|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITimeReference
COM Interface 'ITimeReference'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDf6cba4a3_bc48_47bc_9f15_2a561b9e6c71
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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 |
setTimeZoneInfoByRef(ITimeZoneInfo timeZone)
The time zone information associated with the time reference. |
| Field Detail |
|---|
static final int IIDf6cba4a3_bc48_47bc_9f15_2a561b9e6c71
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||