Controls settings for the temporal feature class.
TemporalFeatureClass is a non-creatable object. References to non-creatable objects must be obtained through other objects.
The Temporal Feature Class is a Feature class that contains live or dynamic data. This class is responsible for maintaining this data in memory for rapid access by subscribers. This class will return queries that iterate through the data in temporal order. This class will utilize a custom in memory database.
| Interfaces | Description |
|---|---|
| IClass (esriGeoDatabase) | Provides access to members that return information about and manage the class. |
| IDataset (esriGeoDatabase) | Provides access to members that supply dataset information. |
| IDatasetEdit (esriGeoDatabase) | Provides access to information about the status of datasets being edited. |
| IFeatureClass (esriGeoDatabase) | Provides access to members that control the behavior and properties of a feature class. |
| IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
| IObjectClass (esriGeoDatabase) | Provides access to members that return information about an object class. |
| ITable (esriGeoDatabase) | Provides access to members that return information about and manage tables. |
| ITemporalFeatureClass | Provides access to properties that allow the temporal column to be identified within a feature class and to set the TemporalObjectColumn name. |
| ITemporalSearch | Provides access to properties and methods needed to manage searching temporal datasets. |
| ITimeZone | ITimeZone Interface provides properties and methods to select a time zone and do time conversions. |