com.esri.arcgis.carto
Interface IMapServerTimeInfo

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

public interface IMapServerTimeInfo
extends java.io.Serializable

COM Interface 'IMapServerTimeInfo'. 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 IIDbf21cba1_c295_48ae_b3d5_e275701bce96
           
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.
 

Field Detail

IIDbf21cba1_c295_48ae_b3d5_e275701bce96

static final int IIDbf21cba1_c295_48ae_b3d5_e275701bce96
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

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.