com.esri.arcgis.carto
Interface ITimeData2

All Superinterfaces:
ITimeData, Serializable
All Known Implementing Classes:
CadastralFabricSubLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, ImageServerLayer, MapServerLayer, MapServerRESTLayer, MapServerRESTSubLayer, MosaicLayer, NetworkLayer, RasterLayer, StandaloneTable, TemporalFeatureLayer, WMSMapLayer

public interface ITimeData2
extends ITimeData, Serializable

Provides access to time related properties of a layer.

Product Availability

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


Method Summary
 boolean isHasLiveData()
          isHasLiveData
 void setHasLiveData(boolean useTime)
          setHasLiveData
 
Methods inherited from interface com.esri.arcgis.carto.ITimeData
getFullTimeExtent, getTimeReference, isSupportsTime, isUseTime, setUseTime
 

Method Detail

isHasLiveData

boolean isHasLiveData()
                      throws IOException,
                             AutomationException
isHasLiveData

Product Availability

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

Returns:
The useTime
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHasLiveData

void setHasLiveData(boolean useTime)
                    throws IOException,
                           AutomationException
setHasLiveData

Product Availability

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

Parameters:
useTime - The useTime (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.