com.esri.arcgis.system
Interface ITimeValue

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITimeExtent, ITimeInstant
All Known Implementing Classes:
ITimeExtentProxy, ITimeInstantProxy, ITimeValueProxy, TimeExtent, TimeInstant

public interface ITimeValue
extends java.io.Serializable

COM Interface 'ITimeValue'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4ce86e17_e819_4c72_bd98_e55ae59b0317
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID4ce86e17_e819_4c72_bd98_e55ae59b0317

static final int IID4ce86e17_e819_4c72_bd98_e55ae59b0317
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTimeReference

ITimeReference getTimeReference()
                                throws java.io.IOException,
                                       AutomationException
The time reference associated with the time value.

Returns:
A reference to a com.esri.arcgis.system.ITimeReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeReferenceByRef

void setTimeReferenceByRef(ITimeReference timeReference)
                           throws java.io.IOException,
                                  AutomationException
The time reference associated with the time value.

Parameters:
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

project

void project(ITimeReference timeReference)
             throws java.io.IOException,
                    AutomationException
Projects this time value from its time reference, to a given time reference.

Parameters:
timeReference - A reference to a com.esri.arcgis.system.ITimeReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

projectToUTC

void projectToUTC()
                  throws java.io.IOException,
                         AutomationException
Projects this time value from its time reference, to UTC.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

projectFromUTC

void projectFromUTC()
                    throws java.io.IOException,
                           AutomationException
Projects this time value from UTC, to its time reference.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.