com.esri.arcgis.trackinganalyst
Interface ITxRendererSetup

All Superinterfaces:
Serializable
All Known Implementing Classes:
CoTrackSymbologyRenderer, EnhancedInfoRenderer

public interface ITxRendererSetup
extends Serializable

Provides access to the layer and feature class the renderer is assigned to.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 IFeatureClass getFeatureClass()
          The feature class holding data information used by the renderer.
 void prepareRenderer(ILayer layer)
          Prepares the renderer with layer information.
 void setFeatureClassByRef(IFeatureClass featureClass)
          The feature class holding data information used by the renderer.
 

Method Detail

prepareRenderer

void prepareRenderer(ILayer layer)
                     throws IOException,
                            AutomationException
Prepares the renderer with layer information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getFeatureClass

IFeatureClass getFeatureClass()
                              throws IOException,
                                     AutomationException
The feature class holding data information used by the renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setFeatureClassByRef

void setFeatureClassByRef(IFeatureClass featureClass)
                          throws IOException,
                                 AutomationException
The feature class holding data information used by the renderer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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