This document is archived and information here might be outdated. Recommended version. |
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.
Name | Description | |
---|---|---|
AutoPurge | Controls whether or not to automatically purge records once a user-defined threshold is met. | |
ConnectionName | Return Connection Name. | |
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. | |
ServerName | Return Server Name. | |
TemporalColumnName | Name of the column containing the time-date information. | |
TemporalObjectColumnName | Name of the column containing the track information. | |
TemporalObjectColumnName | Name of the column containing the track information. | |
Threshold | Indicates the high-water mark, or maximum number of observations allowed before records are purged from memory. |
Interfaces | Description |
---|---|
ITemporalFeatureClass | Provides access to properties that allow the temporal column to be identified within a feature class and to set the TemporalObjectColumn name. |
Classes | Description |
---|---|
TemporalFeatureClass | Controls settings for the temporal feature class. |