ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalReference Interface

Provides access to properties and methods needed to manage temporal reference information for a dataset.

Product Availability

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

Description

The Temporal Reference interface provides a standard way to define the temporal reference of data.  This interface provides the necessary properties to exploit data in two modes: real-time and fixed-time (historical). Real-time mode uses the system clock as the temporal perspective and issues update events at the frequency dictated by the update frequency property.  The time is further filtered to a period of time from the current time to a time in the past equal to the period property.  This provides all of the required properties to define a temporal reference.

Members

Description
Read/write property TemporalMode Controls the behavior of temporal reference to reflect real-time or playback mode.
Read/write property TemporalPeriod Used by the temporal renderer property page to determine the default time period for the temporal legend classes.
Read/write property TemporalPeriodUnits Describes the temporal units that define the temporal period property.
Read/write property TemporalPerspective Timestamp used by the temporal renderer to compare its time ranges stored in the temporal legend's temporal classes.
Read-only property TemporalPerspectiveAsDate The current temporal perspective in COleDateTime format, so the temporal perspective can be retrieved from VB.

CoClasses that implement ITemporalReference

CoClasses and Classes Description
TemporalReference Maintains temporal perspective on data and notifies all clients when the value changes.

 


Feedback Send feedback on this page