This document is archived and information here might be outdated.  Recommended version.


ITimeDataDisplay Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITimeDataDisplay Interface

Provides access to time animation related properties of a layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

ITimeDataDisplay is an interface which provides details about how the layer can treat the time-related data when it responds to temporal queries.  The properties in this interface do not need to be changed in order for the layer to display time-related data.  They are used to make the display of time-related data more meaningful, and to make analysis of the data more effective in certain settings.

Members

Description
Read/write property TimeDataCumulative Indicates that features will be animated cumilatively.
Read/write property TimeInterval Returns recommended time interval to be used to animate this layer/ table.
Read/write property TimeIntervalUnits Returns recommended time interval units to be used to animate this layer/ table.
Read/write property TimeOffset Returns time offset that needs to be applied to the data for drawing.
Read/write property TimeOffsetUnits Returns recommended time interval units to be used to animate this layer/ table.

CoClasses that implement ITimeDataDisplay

CoClasses and Classes Description
CadastralFabricSubLayer Cadastral Fabric Feature Layer Object.
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).
FeatureLayer A collection of features and their visual representation.
GdbRasterCatalogLayer Geodabase RasterCatalog source and display options.
ImageServerLayer Image server layer source and display options.
MapServerLayer Provides programmatic access to a map server layer.
MapServerRESTLayer Provides programmatic access to a a layer based on MapServer using REST access.
MapServerRESTSubLayer Provides programmatic access to a MapServer SubLayer.
MosaicLayer The layer implementation of the Mosaic Dataset.
NetworkLayer Esri Network Layer CoClass.
RasterLayer Raster layer source and display options.
StandaloneTable A standalone table.
TemporalFeatureLayer (esriTrackingAnalyst) Defines the coclass IDL parameters and attributes of the TemporalFeatureLayer COM object.
WMSMapLayer A container for the display and manipulation of WMS layers.

.NET Samples

Make a custom time slider (Code Files: CustomTimeSliderButton) | Applying a time offset to a time-aware feature layer (Code Files: TimeOffsetButton) | Set the time extents for a layer then render the layer (Code Files: SetTimeExtentsButton)