ArcObjects Library Reference  (TrackingAnalyst)    

TemporalFeature Class

Controls properties of the Temporal Feature object.

TemporalFeature is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Description

The temporal feature object implements a feature that has temporal characteristics.  This is a non-creatable object that is created  within the bounds of a tracking server Workspace.  This object follows the same rules as any other ESRI feature except that it does not allow relations or rules or domains to be applied to it.

Interfaces

Interfaces Description
IFeature (esriGeoDatabase) Provides access to members that return and set properties of a feature.
IFeatureBuffer (esriGeoDatabase) Provides access to setting and returning the default shape in the feature buffer.
IFeatureChanges (esriGeoDatabase) Provides access to members that provide information about changes in the feature's shape.
IFeatureDraw (esriGeoDatabase) Provides access to members that control custom drawing by a feature.
IFeatureSimplify (esriGeoDatabase) Provides access to simplifying a feature's geometry.
IObject (esriGeoDatabase) Provides access to the class the row belongs to.
IRow (esriGeoDatabase) Provides access to members that return information about the row, the table the row belongs to and storing and deleting the row.
IRowBuffer (esriGeoDatabase) Provides access to members used for getting and modifying a rows values and for getting the fields in the row.
IRowChanges (esriGeoDatabase) Provides access to members that return information about changed values and the original value in a row.
IRowCompare (esriGeoDatabase) Provides access to a member that compares two rows.
ITemporalFeature Provides access to properties specifying the temporal feature type.

Event Interfaces

Interfaces Description
IFeatureEvents (default) Provides access to events that happen when a feature is split or merged.
IRowEvents Provides access to events that occur when an object is modified, created or deleted.

Working with Events

[Visual Basic 6.0]

When working with TemporalFeature's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pTemporalFeature as TemporalFeature

When implementing IRowEvents declare variables as follows:

Private WithEvents pWorkspaceHelper as WorkspaceHelper

 


Feedback Send feedback on this page