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