public interface IMapServerTimeInfo
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbf21cba1_c295_48ae_b3d5_e275701bce96 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDbf21cba1_c295_48ae_b3d5_e275701bce96
static final int xxDummy
static final java.lang.String IID
ITimeExtent getFullTimeExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDefaultTimeInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDefaultTimeIntervalUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDefaultTimeWindow() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.