com.esri.arcgis.carto
Interface ITimeData2

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

public interface ITimeData2
extends ITimeData, java.io.Serializable

COM Interface 'ITimeData2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to time related properties of a layer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6308f920_d4ef_4e5f_b0fc_7a63ed132b27
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.ITimeData
IID008331d0_1225_4fe7_ad19_c3431625d337
 
Method Summary
 boolean isHasLiveData()
          isHasLiveData
 void setHasLiveData(boolean useTime)
          setHasLiveData
 
Methods inherited from interface com.esri.arcgis.carto.ITimeData
getFullTimeExtent, getTimeReference, isSupportsTime, isUseTime, setUseTime
 

Field Detail

IID6308f920_d4ef_4e5f_b0fc_7a63ed132b27

static final int IID6308f920_d4ef_4e5f_b0fc_7a63ed132b27
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isHasLiveData

boolean isHasLiveData()
                      throws java.io.IOException,
                             AutomationException
isHasLiveData

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

setHasLiveData

void setHasLiveData(boolean useTime)
                    throws java.io.IOException,
                           AutomationException
setHasLiveData

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