public interface ITimeReference
extends java.io.Serializable
Description: 'Provides access to members that control the Time Reference.' 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 |
IIDf6cba4a3_bc48_47bc_9f15_2a561b9e6c71 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTimeZoneIanaID()
Time zone IANA ID name.
|
ITimeZoneInfo |
getTimeZoneInfo()
The time zone information associated with the time reference.
|
boolean |
isRespectsDaylightSavingTime()
Indicates whether the time reference respects daylight saving time.
|
boolean |
isRespectsDynamicAdjustmentRules()
Indicates whether the time reference respects dynamic adjustment rules.
|
void |
project(ITime time,
ITimeReference otherTimeReference)
Projects a given time, from this time reference, to a given time reference.
|
void |
projectFromUTC(ITime time)
Projects a given time, from UTC to this time reference.
|
void |
projectToUTC(ITime time)
Projects a given time, from this time reference, to UTC.
|
void |
setRespectsDaylightSavingTime(boolean respectsDaylightSavingTime)
Indicates whether the time reference respects daylight saving time.
|
void |
setRespectsDynamicAdjustmentRules(boolean respectsDynamicAdjustmentRules)
Indicates whether the time reference respects dynamic adjustment rules.
|
void |
setTimeZoneIanaID(java.lang.String ianaID)
Time zone IANA ID name.
|
void |
setTimeZoneInfoByRef(ITimeZoneInfo timeZone)
The time zone information associated with the time reference.
|
static final int IIDf6cba4a3_bc48_47bc_9f15_2a561b9e6c71
static final int xxDummy
static final java.lang.String IID
java.lang.String getTimeZoneIanaID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeZoneIanaID(java.lang.String ianaID) throws java.io.IOException, AutomationException
ianaID
- The ianaID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITimeZoneInfo getTimeZoneInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTimeZoneInfoByRef(ITimeZoneInfo timeZone) throws java.io.IOException, AutomationException
timeZone
- A reference to a com.esri.arcgis.system.ITimeZoneInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRespectsDaylightSavingTime() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRespectsDaylightSavingTime(boolean respectsDaylightSavingTime) throws java.io.IOException, AutomationException
respectsDaylightSavingTime
- The respectsDaylightSavingTime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRespectsDynamicAdjustmentRules() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRespectsDynamicAdjustmentRules(boolean respectsDynamicAdjustmentRules) throws java.io.IOException, AutomationException
respectsDynamicAdjustmentRules
- The respectsDynamicAdjustmentRules (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void project(ITime time, ITimeReference otherTimeReference) throws java.io.IOException, AutomationException
time
- A reference to a com.esri.arcgis.system.ITime (in)otherTimeReference
- 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(ITime time) throws java.io.IOException, AutomationException
time
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void projectFromUTC(ITime time) throws java.io.IOException, AutomationException
time
- A reference to a com.esri.arcgis.system.ITime (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.