com.esri.arcgis.trackinganalyst
Interface IEventRenderer2

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

public interface IEventRenderer2
extends java.io.Serializable

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

Description: 'Provides access to properties that support rendering specific event IDs or feature IDs, in coordination with the StepTool.' 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 IID7d855295_4be1_44b1_8c33_3554254deded
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getEventIDFieldName()
          Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class.
 IStringArray getEventIDsToRender()
          Provides the set of Event IDs that will be rendered in coordination with the StepTool.
 IFIDSet getFIDsToRender()
          Provides the set of FeatureIDs that will be rendered in coordination with the StepTool.
 java.lang.String getTemporalFieldName()
          Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.
 void setEventIDFieldName(java.lang.String pbstrEventIDField)
          Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class.
 void setEventIDsToRenderByRef(IStringArray ppiEventIDs)
          Provides the set of Event IDs that will be rendered in coordination with the StepTool.
 void setFIDsToRenderByRef(IFIDSet ppiFIDs)
          Provides the set of FeatureIDs that will be rendered in coordination with the StepTool.
 void setTemporalFieldName(java.lang.String pbstrTemporalField)
          Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.
 

Field Detail

IID7d855295_4be1_44b1_8c33_3554254deded

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

getFIDsToRender

IFIDSet getFIDsToRender()
                        throws java.io.IOException,
                               AutomationException
Provides the set of FeatureIDs that will be rendered in coordination with the StepTool.

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

setFIDsToRenderByRef

void setFIDsToRenderByRef(IFIDSet ppiFIDs)
                          throws java.io.IOException,
                                 AutomationException
Provides the set of FeatureIDs that will be rendered in coordination with the StepTool.

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

getEventIDsToRender

IStringArray getEventIDsToRender()
                                 throws java.io.IOException,
                                        AutomationException
Provides the set of Event IDs that will be rendered in coordination with the StepTool.

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

setEventIDsToRenderByRef

void setEventIDsToRenderByRef(IStringArray ppiEventIDs)
                              throws java.io.IOException,
                                     AutomationException
Provides the set of Event IDs that will be rendered in coordination with the StepTool.

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

getEventIDFieldName

java.lang.String getEventIDFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class.

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

setEventIDFieldName

void setEventIDFieldName(java.lang.String pbstrEventIDField)
                         throws java.io.IOException,
                                AutomationException
Provides the field name that holds the Event ID; this should be consistent with that available from the temporal layer or the temporal feature class.

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

getTemporalFieldName

java.lang.String getTemporalFieldName()
                                      throws java.io.IOException,
                                             AutomationException
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.

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

setTemporalFieldName

void setTemporalFieldName(java.lang.String pbstrTemporalField)
                          throws java.io.IOException,
                                 AutomationException
Provides the field name that holds the layer's temporal field; this should be consistent with that available from the temporal layer or the temporal feature class.

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