ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalRenderer.TemporalPerspective Property

A timestamp that the temporal renderer uses to compare its time ranges stored in the temporal legend's temporal classes.

[Visual Basic 6.0]
Property TemporalPerspective As Variant
[Visual Basic .NET]
Public Property TemporalPerspective As Object
[C#]
public object TemporalPerspective {get; set;}
[Java]
public Object getTemporalPerspective()
throws
    IOException,
    AutomationException
[Java]
public void setTemporalPerspective(
Variant TemporalPerspective
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_TemporalPerspective(
  VARIANT* pVal
);
[C++]
HRESULT put_TemporalPerspective(
  VARIANT pVal

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type VARIANT

pVal [in]

  pVal is a parameter of type VARIANT

Product Availability

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

Description

The Temporal Perspective is the point in time that the temporal renderer uses to compare its time ranges stored in the temporal legends temporal classes.  These ranges define the correct symbology to apply to the observation renderers symbology for the time difference from the features time to the temporal perspective.  This value is returned as an internal format and can be set using a string, date, or internal format.  This internal format can be converted using a temporalreference object.

 

See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page