|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapTimeDisplay2
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. |
Field Detail |
---|
static final int IID51d8ac4d_d2c5_4f89_87c8_09d8d23360a6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isHasLiveData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHasLiveData(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTimeRelation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTimeRelation(int relation) throws java.io.IOException, AutomationException
relation
- A com.esri.arcgis.system.esriTimeRelation constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowTimeOnDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowTimeOnDisplay(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (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 |