com.esri.arcgis.trackinganalyst
Interface ITemporalFeatureClass3

All Superinterfaces:
ITemporalFeatureClass, Serializable
All Known Implementing Classes:
TemporalFeatureClass

public interface ITemporalFeatureClass3
extends ITemporalFeatureClass, Serializable

Provides access to properties that allow the temporal column to be identified within a feature class and to set the TemporalObjectColumn name. Includes ITemporalFeatureClass and ITemporalFeatureClass2 content.

Product Availability

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


Method Summary
 String getConnectionName()
          Return Connection Name.
 String getServerName()
          Return Server Name.
 void setTemporalObjectColumnName(String rhs1)
          Name of the column containing the track information.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalFeatureClass
getPostActionProcessor, getPostActions, getPurgePercentage, getPurgeRule, getTemporalColumnName, getTemporalObjectColumnName, getThreshold, isAutoPurge, isContainsTemporalObjects, pruneTable, queryTemporalExtent, registerListener, setAutoPurge, setPostActionProcessorByRef, setPostActionsByRef, setPurgePercentage, setPurgeRule, setTemporalColumnName, setThreshold
 

Method Detail

getServerName

String getServerName()
                     throws IOException,
                            AutomationException
Return Server Name.

Product Availability

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

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

getConnectionName

String getConnectionName()
                         throws IOException,
                                AutomationException
Return Connection Name.

Product Availability

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

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

setTemporalObjectColumnName

void setTemporalObjectColumnName(String rhs1)
                                 throws IOException,
                                        AutomationException
Name of the column containing the track information.

Product Availability

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

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