com.esri.arcgis.display
Interface ITimeDisplay

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ITimeDisplay2
All Known Implementing Classes:
GlobeDisplay, ITimeDisplay2Proxy, ITimeDisplayProxy, SceneGraph, ScreenDisplay, SimpleDisplay

public interface ITimeDisplay
extends java.io.Serializable

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

Description: 'Provides access to members that control the Time Extent.' 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 IID2045f389_b48e_4cb6_a63b_d1232c1af39d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITimeReference getTimeReference()
          Time reference using which the data has to be displayed.
 ITimeValue getTimeValue()
          Time Extent for which the data has to be displayed.
 void setTimeReference(ITimeReference timeReference)
          Time reference using which the data has to be displayed.
 void setTimeValue(ITimeValue timeExtent)
          Time Extent for which the data has to be displayed.
 

Field Detail

IID2045f389_b48e_4cb6_a63b_d1232c1af39d

static final int IID2045f389_b48e_4cb6_a63b_d1232c1af39d
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

getTimeValue

ITimeValue getTimeValue()
                        throws java.io.IOException,
                               AutomationException
Time Extent for which the data has to be displayed.

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

setTimeValue

void setTimeValue(ITimeValue timeExtent)
                  throws java.io.IOException,
                         AutomationException
Time Extent for which the data has to be displayed.

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

getTimeReference

ITimeReference getTimeReference()
                                throws java.io.IOException,
                                       AutomationException
Time reference using which the data has to be displayed.

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.

setTimeReference

void setTimeReference(ITimeReference timeReference)
                      throws java.io.IOException,
                             AutomationException
Time reference using which the data has to be displayed.

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.