com.esri.arcgis.trackinganalyst
Interface ITxRendererSetup

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

public interface ITxRendererSetup
extends java.io.Serializable

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

Description: 'Provides access to the layer and feature class the renderer is assigned to.' 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 IIDbbf3aedd_f2cb_4e66_acf7_b21e90e1d3a4
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDbbf3aedd_f2cb_4e66_acf7_b21e90e1d3a4

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

prepareRenderer

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

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

getFeatureClass

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

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

setFeatureClassByRef

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

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