com.esri.arcgis.display
Interface ITimeDisplay2

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

public interface ITimeDisplay2
extends ITimeDisplay, java.io.Serializable

COM Interface 'ITimeDisplay2'. 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 IIDdaad3027_1474_40e2_8908_e27cef24a526
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.ITimeDisplay
IID2045f389_b48e_4cb6_a63b_d1232c1af39d
 
Method Summary
 int getTimeRelation()
          Time relation for the time query.
 void setTimeRelation(int relation)
          Time relation for the time query.
 
Methods inherited from interface com.esri.arcgis.display.ITimeDisplay
getTimeReference, getTimeValue, setTimeReference, setTimeValue
 

Field Detail

IIDdaad3027_1474_40e2_8908_e27cef24a526

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

getTimeRelation

int getTimeRelation()
                    throws java.io.IOException,
                           AutomationException
Time relation for the time query.

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

setTimeRelation

void setTimeRelation(int relation)
                     throws java.io.IOException,
                            AutomationException
Time relation for the time query.

Parameters:
relation - A com.esri.arcgis.system.esriTimeRelation constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.