ArcObjects Library Reference (TrackingAnalyst)  

ITemporalOperator2 Interface

Provides access to methods and properties used to configure the temporal operator.

Product Availability

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

Members

Description
Method Add Adds a new temporal operator.
Read-only property AsDate Temporal information as a date field.
Read-only property AsInterval Temporal information as an interval value.
Read-only property AsString Temporal information as a string.
Read-only property IntervalQuantity Number of intervals between events.
Read-only property IntervalUnits Units used for interval.
Method Reset Resets the temporal operator.
Method SetDateTime Sets the value for date and time information.
Method SetDateTimeFromString Sets the value for date and time information from a string.
Method SetDateTimeFromVariant Sets the value for date and time information from a variant.
Method SetInterval Sets the playback time interval between events.
Method Subtract Subtracts a temporal operator.
Read-only property Type The type of temporal data used.
Read-only property Value Value of temporal information.

CoClasses that implement ITemporalOperator2

CoClasses and Classes Description
TemporalOperator Implements ITemporalOperator to identify and manage temporal playback settings.