|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IHighlightSuppressionActionProxy
public class IHighlightSuppressionActionProxy
Provides access to properties and methods needed to manage the highlight/suppression action.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IHighlightSuppressionActionProxy()
|
|
IHighlightSuppressionActionProxy(Object obj)
|
protected |
IHighlightSuppressionActionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
clearObjectArray()
Clears object array of all previous entries. |
boolean |
containsFeature(int oID)
Indicates whether or not feature is contained in the action. |
int |
getActionType()
Indicates what type of action will be performed. |
ISymbol |
getHighlightSymbol()
Symbol used to highlight the feature meeting highlight action criteria. |
boolean |
isSuppression()
Indicates whether or not the highlight-suppression action is set to suppress features. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setActionType(int pVal)
Indicates what type of action will be performed. |
void |
setHighlightSymbolByRef(ISymbol pVal)
Symbol used to highlight the feature meeting highlight action criteria. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public IHighlightSuppressionActionProxy()
public IHighlightSuppressionActionProxy(Object obj) throws IOException
IOException
protected IHighlightSuppressionActionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public int getActionType() throws IOException, AutomationException
getActionType
in interface IHighlightSuppressionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActionType(int pVal) throws IOException, AutomationException
setActionType
in interface IHighlightSuppressionAction
pVal
- A com.esri.arcgis.trackinganalyst.enumHighlightSuppression constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getHighlightSymbol() throws IOException, AutomationException
getHighlightSymbol
in interface IHighlightSuppressionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHighlightSymbolByRef(ISymbol pVal) throws IOException, AutomationException
setHighlightSymbolByRef
in interface IHighlightSuppressionAction
pVal
- A reference to a com.esri.arcgis.display.ISymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSuppression() throws IOException, AutomationException
isSuppression
in interface IHighlightSuppressionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean containsFeature(int oID) throws IOException, AutomationException
containsFeature
in interface IHighlightSuppressionAction
oID
- The oID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearObjectArray() throws IOException, AutomationException
clearObjectArray
in interface IHighlightSuppressionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |