com.esri.arcgis.trackinganalyst
Interface ITrackSymbologyRenderer

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

public interface ITrackSymbologyRenderer
extends java.io.Serializable

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

Description: 'Provides access to methods and properties needed to manage the temporal symbology rendering of events.' 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 IID061dd607_aa25_4c0c_845f_27bdbee14c68
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canRender(IFeatureClass featClass, IDisplay display)
          Indicates if the specified feature class can be rendered on the given display.
 void draw(IFeatureCursor cursor, int drawPhase, IDisplay display, ITrackCancel trackCancel)
          Draws features from the specified cursor on the given display.
 ISymbol getSymbolByFeature(IFeature feature)
          Symbol used to draw the specified feature.
 IFeatureRenderer getTrackSymbologyRenderer()
          Controls the temporal track symbology drawn on the map.
 boolean isRenderPhase(int drawPhase)
          Indicates if renderer uses the specified draw phase.
 boolean isShowTrackSymbologyLegendGroup()
          Indicates whether or not track symbology displays when drawing temporal events on the map.
 void prepareFilter(IFeatureClass fc, IQueryFilter queryFilter)
          Prepares the query filter for the rendering process.
 void setExclusionSetByRef(IFeatureIDSet rhs1)
          An object reference to a temporary drawing exclusion set.
 void setShowTrackSymbologyLegendGroup(boolean pbShowTimeLegends)
          Indicates whether or not track symbology displays when drawing temporal events on the map.
 void setTrackSymbologyRendererByRef(IFeatureRenderer ppiRenderer)
          Controls the temporal track symbology drawn on the map.
 

Field Detail

IID061dd607_aa25_4c0c_845f_27bdbee14c68

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

canRender

boolean canRender(IFeatureClass featClass,
                  IDisplay display)
                  throws java.io.IOException,
                         AutomationException
Indicates if the specified feature class can be rendered on the given display.

Parameters:
featClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

prepareFilter

void prepareFilter(IFeatureClass fc,
                   IQueryFilter queryFilter)
                   throws java.io.IOException,
                          AutomationException
Prepares the query filter for the rendering process.

Parameters:
fc - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

void draw(IFeatureCursor cursor,
          int drawPhase,
          IDisplay display,
          ITrackCancel trackCancel)
          throws java.io.IOException,
                 AutomationException
Draws features from the specified cursor on the given display.

Parameters:
cursor - A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)
drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
display - A reference to a com.esri.arcgis.display.IDisplay (in)
trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSymbolByFeature

ISymbol getSymbolByFeature(IFeature feature)
                           throws java.io.IOException,
                                  AutomationException
Symbol used to draw the specified feature.

Parameters:
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
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.

isRenderPhase

boolean isRenderPhase(int drawPhase)
                      throws java.io.IOException,
                             AutomationException
Indicates if renderer uses the specified draw phase.

Parameters:
drawPhase - A com.esri.arcgis.system.esriDrawPhase constant (in)
Returns:
The result
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExclusionSetByRef

void setExclusionSetByRef(IFeatureIDSet rhs1)
                          throws java.io.IOException,
                                 AutomationException
An object reference to a temporary drawing exclusion set.

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

isShowTrackSymbologyLegendGroup

boolean isShowTrackSymbologyLegendGroup()
                                        throws java.io.IOException,
                                               AutomationException
Indicates whether or not track symbology displays when drawing temporal events on the map.

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

setShowTrackSymbologyLegendGroup

void setShowTrackSymbologyLegendGroup(boolean pbShowTimeLegends)
                                      throws java.io.IOException,
                                             AutomationException
Indicates whether or not track symbology displays when drawing temporal events on the map.

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

getTrackSymbologyRenderer

IFeatureRenderer getTrackSymbologyRenderer()
                                           throws java.io.IOException,
                                                  AutomationException
Controls the temporal track symbology drawn on the map.

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

setTrackSymbologyRendererByRef

void setTrackSymbologyRendererByRef(IFeatureRenderer ppiRenderer)
                                    throws java.io.IOException,
                                           AutomationException
Controls the temporal track symbology drawn on the map.

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