com.esri.arcgis.trackinganalyst
Interface IHighlightSuppressionRenderer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, IHighlightSuppressionRendererProxy

public interface IHighlightSuppressionRenderer
extends java.io.Serializable

COM Interface 'IHighlightSuppressionRenderer'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods and properties needed to get Highlight/Suppression action information.' 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 IIDe2bcf835_ea42_4cb2_8870_af7d763b1b48
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IActionCollection getActions()
          Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.
 void setActionsByRef(IActionCollection piActions)
          Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.
 

Field Detail

IIDe2bcf835_ea42_4cb2_8870_af7d763b1b48

static final int IIDe2bcf835_ea42_4cb2_8870_af7d763b1b48
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

getActions

IActionCollection getActions()
                             throws java.io.IOException,
                                    AutomationException
Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.

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

setActionsByRef

void setActionsByRef(IActionCollection piActions)
                     throws java.io.IOException,
                            AutomationException
Indicates properties of Highlight or Suppression action to be used by highlight/suppression renderer in drawing events to the map.

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