Provides access to methods needed to control the temporal cursor.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.
Members
Description | ||
---|---|---|
![]() |
DeleteFeature | Delete the existing Feature in the database corresponding to the current position of the cursor. |
![]() |
Fields | The fields Collection for this cursor. |
![]() |
FindField | The index of the field with the specified name. |
![]() |
Flush | Flush any outstanding buffered writes to the database. |
![]() |
InsertFeature | Insert a new Feature into the database using the property values in the input buffer. The ID of the new Feature is returned. |
![]() |
NextFeature | Advance the position of the cursor by one and return the Feature object at that position. |
![]() |
NextObject | Advances the position of the cursor by one and returns the feature object at that position. |
![]() |
Reset | Resets the cursor position. |
![]() |
UpdateFeature | Update the existing Feature in the database corresponding to the current position of the cursor. |
Inherited Interfaces
Interfaces | Description |
---|---|
IFeatureCursor | Provides access to members that hand out enumerated features, field collections and allows for the updating, deleting and inserting of features. |
CoClasses that implement ITemporalCursor
CoClasses and Classes | Description |
---|---|
TemporalCursor | Controls settings for the temporal cursor. |