com.esri.arcgis.carto
Interface IHighlightSuppressionAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HighlightSuppressionAction, IHighlightSuppressionActionProxy

public interface IHighlightSuppressionAction
extends java.io.Serializable

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

IID705aafe4_568b_4818_a312_2386d3cfbdba

static final int IID705aafe4_568b_4818_a312_2386d3cfbdba
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getActionType

int getActionType()
                  throws java.io.IOException,
                         AutomationException
Indicates what type of action will be performed.

Returns:
A com.esri.arcgis.carto.enumHighlightSuppression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setActionType

void setActionType(int pVal)
                   throws java.io.IOException,
                          AutomationException
Indicates what type of action will be performed.

Parameters:
pVal - A com.esri.arcgis.carto.enumHighlightSuppression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHighlightSymbol

ISymbol getHighlightSymbol()
                           throws java.io.IOException,
                                  AutomationException
Symbol used to highlight the feature meeting highlight action criteria.

Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighlightSymbolByRef

void setHighlightSymbolByRef(ISymbol pVal)
                             throws java.io.IOException,
                                    AutomationException
Symbol used to highlight the feature meeting highlight action criteria.

Parameters:
pVal - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSuppression

boolean isSuppression()
                      throws java.io.IOException,
                             AutomationException
Indicates whether or not the highlight-suppression action is set to suppress features.

Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

containsFeature

boolean containsFeature(int oID)
                        throws java.io.IOException,
                               AutomationException
Indicates whether or not feature is contained in the action.

Parameters:
oID - The oID (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearObjectArray

void clearObjectArray()
                      throws java.io.IOException,
                             AutomationException
Clears object array of all previous entries.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.