|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHighlightSuppressionAction
Provides access to properties and methods needed to manage the highlight/suppression action.
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
int getActionType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActionType(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.trackinganalyst.enumHighlightSuppression constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getHighlightSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighlightSymbolByRef(ISymbol pVal)
throws IOException,
AutomationException
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.
boolean isSuppression()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean containsFeature(int oID)
throws IOException,
AutomationException
oID - The oID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearObjectArray()
throws IOException,
AutomationException
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 | ||||||||