|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapTimeDisplayProxy
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 =
public class IMapTimeDisplayProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IMapTimeDisplay |
---|
IID, IID54bc9b6f_3a81_48d0_a07c_52238b28dc7a |
Constructor Summary | |
---|---|
|
IMapTimeDisplayProxy()
Deprecated. For internal use only |
|
IMapTimeDisplayProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapTimeDisplayProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapTimeDisplayProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapTimeDisplayProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
ITimeExtent |
computeFullTimeExtent()
Deprecated. Returns the full time extent of the time-enabled layers in the map. |
ITimeExtent |
getCurrentTimeExtent()
Deprecated. The current time extent of the map. |
double |
getDefaultTimeInterval()
Deprecated. The time interval to be used by the time slider to animate the map. |
int |
getDefaultTimeIntervalUnits()
Deprecated. The time interval units to be used to animate the map. |
double |
getDefaultTimeWindow()
Deprecated. The time window used to display the data in the map. |
java.lang.String |
getDisplayDateFormat()
Deprecated. The format of the date that is displayed on the time slider. |
int |
getDisplaySpeed()
Deprecated. The speed of the slider on a scale of 1 to 10 with 10 being the fastest. |
java.lang.String |
getDisplayTimeFormat()
Deprecated. The format of the time that is displayed on the time slider. |
ITimeExtent |
getFullTimeExtent()
Deprecated. Returns the full time extent of the time-enabled layers in the map. |
int |
getPlayOption()
Deprecated. The play option (Stop, Reverse, Repeat) used by the slider after the time visualization has been played once. |
ILayer |
getTimeExtentDefinitionLayer()
Deprecated. The time-enabled layer that defines the time extent of the map. |
int |
getTimeExtentOption()
Deprecated. Indicates how the time extent of the map is defined. |
ITimeReference |
getTimeReference()
Deprecated. The time reference (time zone information, daylight savings, etc.) associated with the map. |
ITimeValue |
getTimeValue()
Deprecated. The time extent for which the data is displayed in the map. |
boolean |
hasTimeData()
Deprecated. Indicates whether the map has a time-enabled layer. |
boolean |
isDisplayEachTimestamp()
Deprecated. Indicates whether data for each timestamp will be drawn when playing the time visualization. |
boolean |
isDynamicTimeRefresh()
Deprecated. Indicates whether the data in the map refreshes when moving the time slider dynamically. |
boolean |
isShowTime()
Deprecated. Indicates whether time is enabled on the map. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCurrentTimeExtentByRef(ITimeExtent timeExtent)
Deprecated. The current time extent of the map. |
void |
setDefaultTimeInterval(double interval)
Deprecated. The time interval to be used by the time slider to animate the map. |
void |
setDefaultTimeIntervalUnits(int units)
Deprecated. The time interval units to be used to animate the map. |
void |
setDefaultTimeWindow(double duration)
Deprecated. The time window used to display the data in the map. |
void |
setDisplayDateFormat(java.lang.String dateFormat)
Deprecated. The format of the date that is displayed on the time slider. |
void |
setDisplayEachTimestamp(boolean value)
Deprecated. Indicates whether data for each timestamp will be drawn when playing the time visualization. |
void |
setDisplaySpeed(int speed)
Deprecated. The speed of the slider on a scale of 1 to 10 with 10 being the fastest. |
void |
setDisplayTimeFormat(java.lang.String timeFormat)
Deprecated. The format of the time that is displayed on the time slider. |
void |
setDynamicTimeRefresh(boolean flag)
Deprecated. Indicates whether the data in the map refreshes when moving the time slider dynamically. |
void |
setFullTimeExtentByRef(ITimeExtent timeExtent)
Deprecated. Returns the full time extent of the time-enabled layers in the map. |
void |
setPlayOption(int option)
Deprecated. The play option (Stop, Reverse, Repeat) used by the slider after the time visualization has been played once. |
void |
setShowTime(boolean flag)
Deprecated. Indicates whether time is enabled on the map. |
void |
setTimeExtentDefinitionLayerByRef(ILayer layer)
Deprecated. The time-enabled layer that defines the time extent of the map. |
void |
setTimeExtentOption(int option)
Deprecated. Indicates how the time extent of the map is defined. |
void |
setTimeReferenceByRef(ITimeReference timeReference)
Deprecated. The time reference (time zone information, daylight savings, etc.) associated with the map. |
void |
setTimeValueByRef(ITimeValue time)
Deprecated. The time extent for which the data is displayed in the map. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapTimeDisplayProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapTimeDisplayProxy()
public IMapTimeDisplayProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapTimeDisplayProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapTimeDisplayProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean hasTimeData() throws java.io.IOException, AutomationException
hasTimeData
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDefaultTimeInterval() throws java.io.IOException, AutomationException
getDefaultTimeInterval
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultTimeInterval(double interval) throws java.io.IOException, AutomationException
setDefaultTimeInterval
in interface IMapTimeDisplay
interval
- The interval (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDefaultTimeIntervalUnits() throws java.io.IOException, AutomationException
getDefaultTimeIntervalUnits
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultTimeIntervalUnits(int units) throws java.io.IOException, AutomationException
setDefaultTimeIntervalUnits
in interface IMapTimeDisplay
units
- A com.esri.arcgis.system.esriTimeUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDefaultTimeWindow() throws java.io.IOException, AutomationException
getDefaultTimeWindow
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultTimeWindow(double duration) throws java.io.IOException, AutomationException
setDefaultTimeWindow
in interface IMapTimeDisplay
duration
- The duration (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getFullTimeExtent() throws java.io.IOException, AutomationException
getFullTimeExtent
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFullTimeExtentByRef(ITimeExtent timeExtent) throws java.io.IOException, AutomationException
setFullTimeExtentByRef
in interface IMapTimeDisplay
timeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent getCurrentTimeExtent() throws java.io.IOException, AutomationException
getCurrentTimeExtent
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentTimeExtentByRef(ITimeExtent timeExtent) throws java.io.IOException, AutomationException
setCurrentTimeExtentByRef
in interface IMapTimeDisplay
timeExtent
- A reference to a com.esri.arcgis.system.ITimeExtent (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeValue getTimeValue() throws java.io.IOException, AutomationException
getTimeValue
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeValueByRef(ITimeValue time) throws java.io.IOException, AutomationException
setTimeValueByRef
in interface IMapTimeDisplay
time
- A reference to a com.esri.arcgis.system.ITimeValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeReference getTimeReference() throws java.io.IOException, AutomationException
getTimeReference
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeReferenceByRef(ITimeReference timeReference) throws java.io.IOException, AutomationException
setTimeReferenceByRef
in interface IMapTimeDisplay
timeReference
- A reference to a com.esri.arcgis.system.ITimeReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayDateFormat() throws java.io.IOException, AutomationException
getDisplayDateFormat
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayDateFormat(java.lang.String dateFormat) throws java.io.IOException, AutomationException
setDisplayDateFormat
in interface IMapTimeDisplay
dateFormat
- The dateFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayTimeFormat() throws java.io.IOException, AutomationException
getDisplayTimeFormat
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayTimeFormat(java.lang.String timeFormat) throws java.io.IOException, AutomationException
setDisplayTimeFormat
in interface IMapTimeDisplay
timeFormat
- The timeFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplayEachTimestamp() throws java.io.IOException, AutomationException
isDisplayEachTimestamp
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayEachTimestamp(boolean value) throws java.io.IOException, AutomationException
setDisplayEachTimestamp
in interface IMapTimeDisplay
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDisplaySpeed() throws java.io.IOException, AutomationException
getDisplaySpeed
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplaySpeed(int speed) throws java.io.IOException, AutomationException
setDisplaySpeed
in interface IMapTimeDisplay
speed
- The speed (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPlayOption() throws java.io.IOException, AutomationException
getPlayOption
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPlayOption(int option) throws java.io.IOException, AutomationException
setPlayOption
in interface IMapTimeDisplay
option
- A com.esri.arcgis.carto.esriMapTimePlayOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeExtentOption() throws java.io.IOException, AutomationException
getTimeExtentOption
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeExtentOption(int option) throws java.io.IOException, AutomationException
setTimeExtentOption
in interface IMapTimeDisplay
option
- A com.esri.arcgis.carto.esriMapTimeExtentOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILayer getTimeExtentDefinitionLayer() throws java.io.IOException, AutomationException
getTimeExtentDefinitionLayer
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeExtentDefinitionLayerByRef(ILayer layer) throws java.io.IOException, AutomationException
setTimeExtentDefinitionLayerByRef
in interface IMapTimeDisplay
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDynamicTimeRefresh() throws java.io.IOException, AutomationException
isDynamicTimeRefresh
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDynamicTimeRefresh(boolean flag) throws java.io.IOException, AutomationException
setDynamicTimeRefresh
in interface IMapTimeDisplay
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowTime() throws java.io.IOException, AutomationException
isShowTime
in interface IMapTimeDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowTime(boolean flag) throws java.io.IOException, AutomationException
setShowTime
in interface IMapTimeDisplay
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITimeExtent computeFullTimeExtent() throws java.io.IOException, AutomationException
computeFullTimeExtent
in interface IMapTimeDisplay
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 |