com.esri.arcgis.carto
Interface IMapTimeDisplay2

All Superinterfaces:
IMapTimeDisplay, java.io.Serializable
All Known Implementing Classes:
Globe, IMapTimeDisplay2Proxy, Map, Scene

public interface IMapTimeDisplay2
extends IMapTimeDisplay, java.io.Serializable

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

Description: 'Provides access to members that control the current time on the map.' 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 IID51d8ac4d_d2c5_4f89_87c8_09d8d23360a6
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapTimeDisplay
IID54bc9b6f_3a81_48d0_a07c_52238b28dc7a
 
Method Summary
 int getTimeRelation()
          Time relation used with the time window for the map.
 boolean isHasLiveData()
          Indicates whether the map has a time-enabled layer that is being updated frequently with new data.
 boolean isShowTimeOnDisplay()
          Indicates whether time is displayed on the map.
 void setHasLiveData(boolean flag)
          Indicates whether the map has a time-enabled layer that is being updated frequently with new data.
 void setShowTimeOnDisplay(boolean flag)
          Indicates whether time is displayed on the map.
 void setTimeRelation(int relation)
          Time relation used with the time window for the map.
 
Methods inherited from interface com.esri.arcgis.carto.IMapTimeDisplay
computeFullTimeExtent, getCurrentTimeExtent, getDefaultTimeInterval, getDefaultTimeIntervalUnits, getDefaultTimeWindow, getDisplayDateFormat, getDisplaySpeed, getDisplayTimeFormat, getFullTimeExtent, getPlayOption, getTimeExtentDefinitionLayer, getTimeExtentOption, getTimeReference, getTimeValue, hasTimeData, isDisplayEachTimestamp, isDynamicTimeRefresh, isShowTime, setCurrentTimeExtentByRef, setDefaultTimeInterval, setDefaultTimeIntervalUnits, setDefaultTimeWindow, setDisplayDateFormat, setDisplayEachTimestamp, setDisplaySpeed, setDisplayTimeFormat, setDynamicTimeRefresh, setFullTimeExtentByRef, setPlayOption, setShowTime, setTimeExtentDefinitionLayerByRef, setTimeExtentOption, setTimeReferenceByRef, setTimeValueByRef
 

Field Detail

IID51d8ac4d_d2c5_4f89_87c8_09d8d23360a6

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

isHasLiveData

boolean isHasLiveData()
                      throws java.io.IOException,
                             AutomationException
Indicates whether the map has a time-enabled layer that is being updated frequently with new data.

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

setHasLiveData

void setHasLiveData(boolean flag)
                    throws java.io.IOException,
                           AutomationException
Indicates whether the map has a time-enabled layer that is being updated frequently with new data.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeRelation

int getTimeRelation()
                    throws java.io.IOException,
                           AutomationException
Time relation used with the time window for the map.

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 used with the time window for the map.

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.

isShowTimeOnDisplay

boolean isShowTimeOnDisplay()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether time is displayed on the map.

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

setShowTimeOnDisplay

void setShowTimeOnDisplay(boolean flag)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether time is displayed on the map.

Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.