public interface ITimeValue
extends java.io.Serializable
Description: 'Provides access to members that control the Time Value.' 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 |
IID4ce86e17_e819_4c72_bd98_e55ae59b0317 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ITimeReference |
getTimeReference()
The time reference associated with the time value.
|
void |
project(ITimeReference timeReference)
Projects this time value from its time reference, to a given time reference.
|
void |
projectFromUTC()
Projects this time value from UTC, to its time reference.
|
void |
projectToUTC()
Projects this time value from its time reference, to UTC.
|
void |
setTimeReferenceByRef(ITimeReference timeReference)
The time reference associated with the time value.
|
static final int IID4ce86e17_e819_4c72_bd98_e55ae59b0317
static final int xxDummy
static final java.lang.String IID
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.void project(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.void projectToUTC() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void projectFromUTC() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.