This document is archived and information here might be outdated.  Recommended version.


ITemporalFeatureClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalFeatureClass Interface
ArcGIS Developer Help

ITemporalFeatureClass Interface

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

Product Availability

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

Members

Name Description
Read/write property AutoPurge Controls whether or not to automatically purge records once a user-defined threshold is met.
Read-only property ContainsTemporalObjects Indicates whether or not a temporal object table is used to collect or provide static information about temporal observations.
Read/write property PostActionProcessor Evaluates data messages once they are placed in the feature class' internal storage.
Read/write property PostActions Collection of actions that will be evaluated after data messages are placed in the temporal feature class' internal storage.
Method PruneTable Apply the purge rule to the temporal table.
Read/write property PurgePercentage Indicates percentage of the maximum number of records to delete when the Purge method is called.
Read/write property PurgeRule Indicates rule to use when purging records when AutoPurge is true (e.g., purge oldest records).
Method QueryTemporalExtent Queries the feature class using the full temporal extent.
Method RegisterListener Registers a Listener Object with the feature class.
Read/write property TemporalColumnName Name of the column containing the time-date information.
Read-only property TemporalObjectColumnName Name of the column containing the track information.
Read/write property Threshold Indicates the high-water mark, or maximum number of observations allowed before records are purged from memory.

Classes that implement ITemporalFeatureClass

Classes Description
TemporalFeatureClass Controls settings for the temporal feature class.