Provides access to time related properties of a layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The ITimeData interface is implemented by all layers that can display time-related data or respond to time-related queries. However, for a layer to properly support time, it must be configured by a user with information from the ITimeDataDisplay interface. Once this information has been configured, the UseTime property in this interface is set to true, indicating that the layer not only has the ability to display time-related data, but also has all of the information (meta-data) it needs to display time-related data.
Members
Description | ||
---|---|---|
GetFullTimeExtent | Returns the time extent for all the data in the layer. | |
SupportsTime | Indicates whether the layer has any time data. | |
TimeReference | Time reference for the contents of the layer. | |
UseTime | Indicates whether to use the time for animation purposes. |
CoClasses that implement ITimeData
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. |
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. |