|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHighlightSuppressionAction
COM Interface 'IHighlightSuppressionAction'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to properties and methods needed to manage the highlight/suppression action.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID705aafe4_568b_4818_a312_2386d3cfbdba
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID705aafe4_568b_4818_a312_2386d3cfbdba
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getActionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setActionType(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.carto.enumHighlightSuppression constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISymbol getHighlightSymbol()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighlightSymbolByRef(ISymbol pVal)
throws java.io.IOException,
AutomationException
pVal - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSuppression()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean containsFeature(int oID)
throws java.io.IOException,
AutomationException
oID - The oID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearObjectArray()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||