Provides access to the Track ID.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
AddField | Adds a field to this object class. | |
AutoPurge | Indicates if the observation table will automatically purge observations that meet a specified criteria, Purge Rule, when the high-water mark has been exceeded. | |
CreateRow | Creates a row in the database with a system assigned object ID and null property values. | |
CreateRowBuffer | Creates a row buffer that can be used with an insert cursor. | |
DeleteField | Deletes a field from this object class. | |
Fields | The fields collection for this object class. | |
FindField | The index of the field with the specified name. | |
GeometryColumnName | Column name of the table's field containing the geometry. | |
GetRow | The row from the database with the specified object ID. | |
HasGeometry | Identifies if the table contains a geometry field. | |
Insert | Returns a cursor that can be used to insert new Rows. | |
Persistant | Reserved for future. | |
PruneTable | Apply the purge rule to the temporal table. | |
PurgePercentage | The percentage of the maximum allowed number of records to delete when the Purge method is called. | |
PurgeRule | Identifies the purge rule to apply when PruneTable method is called (via user S/W or auto purge criteria). | |
QueryTemporalExtent | Provides the time range of all records in the temporal table. | |
RowCount | The number of Rows selected by the specified query. | |
Search | An object cursor that can be used to fetch row objects selected by the specified query. | |
Select | A selection that contains the object ids selected by the specified query. | |
TemporalColumnName | The column that is responsible for providing the temporal information. This column must be a character (date/time string parsable) , date-time, timestamp, or time period. | |
Threshold | The high-water mark or the number of observations that should not be exceeded Threshold. | |
TrackingColumnIndex | Receives the column index of the Track ID. | |
Update | Returns a cursor that can be used to update Rows selected by the specified query. |
Inherited Interfaces
Interfaces | Description |
---|---|
ITemporalObservationsTable | |
ITemporalTable | Provides access to properties and methods in which a temporal table can be controlled. |
CoClasses that implement ITemporalObservationsTable2
CoClasses and Classes | Description |
---|---|
TemporalObservationTable |