com.esri.arcgis.carto
Interface IMapServerTimeInfo2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapServerTimeInfo2Proxy, MapServerInfo

public interface IMapServerTimeInfo2
extends java.io.Serializable

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

Description: 'Provides access to core objects contained within the map document.' 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 IIDef4d782c_e696_4916_a8fe_72ba5652cacc
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getDefaultTimeInterval()
          The recommended default time interval to be used to animate the layer/table in the service.
 int getDefaultTimeIntervalUnits()
          The recommended default time interval units to be used to animate the layer/table in the service.
 double getDefaultTimeWindow()
          The recommended time window expressed in the same units as the time interval for the service.
 ITimeExtent getFullTimeExtent()
          TimeExtent of interest that the map as been authored.
 boolean isHasLiveData()
          Indicates whether the service is being updated frequently with new data.
 

Field Detail

IIDef4d782c_e696_4916_a8fe_72ba5652cacc

static final int IIDef4d782c_e696_4916_a8fe_72ba5652cacc
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
Indicates whether the service is being updated frequently with new data.

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

getFullTimeExtent

ITimeExtent getFullTimeExtent()
                              throws java.io.IOException,
                                     AutomationException
TimeExtent of interest that the map as been authored.

Returns:
A reference to a com.esri.arcgis.system.ITimeExtent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTimeInterval

double getDefaultTimeInterval()
                              throws java.io.IOException,
                                     AutomationException
The recommended default time interval to be used to animate the layer/table in the service.

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

getDefaultTimeIntervalUnits

int getDefaultTimeIntervalUnits()
                                throws java.io.IOException,
                                       AutomationException
The recommended default time interval units to be used to animate the layer/table in the service.

Returns:
A com.esri.arcgis.system.esriTimeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTimeWindow

double getDefaultTimeWindow()
                            throws java.io.IOException,
                                   AutomationException
The recommended time window expressed in the same units as the time interval for the service.

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