public interface IMapTimeDescription
extends java.io.Serializable
Description: 'Provides access to time properties of a MapDescription.' 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 |
IIDaa4291a6_8c04_4519_8aa5_4edb246f726b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
getTimeReference()
Time reference used by the time aware content.
|
ITimeValue |
getTimeValue()
Time value that will be used by the time aware content of the map.
|
void |
setTimeReferenceByRef(ITimeReference timeReference)
Time reference used by the time aware content.
|
void |
setTimeValueByRef(ITimeValue timeValue)
Time value that will be used by the time aware content of the map.
|
static final int IIDaa4291a6_8c04_4519_8aa5_4edb246f726b
static final int xxDummy
static final java.lang.String IID
ITimeValue getTimeValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeValueByRef(ITimeValue timeValue) throws java.io.IOException, AutomationException
timeValue
- A reference to a com.esri.arcgis.system.ITimeValue (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeReference getTimeReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeReferenceByRef(ITimeReference timeReference) throws java.io.IOException, AutomationException
timeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.