com.esri.arcgis.carto
Class IMapTimeDisplayProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMapTimeDisplayProxy
All Implemented Interfaces:
IMapTimeDisplay, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IMapTimeDisplay2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IMapTimeDisplay'. 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 =

public class IMapTimeDisplayProxy
extends com.esri.arcgis.interop.Dispatch
implements IMapTimeDisplay, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMapTimeDisplayProxy

public IMapTimeDisplayProxy(java.lang.String CLSID,
                            java.lang.String host,
                            com.esri.arcgis.interop.AuthInfo authInfo)
                     throws java.net.UnknownHostException,
                            java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMapTimeDisplayProxy

public IMapTimeDisplayProxy()
Deprecated. 
For internal use only


IMapTimeDisplayProxy

public IMapTimeDisplayProxy(java.lang.Object obj)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMapTimeDisplayProxy

protected IMapTimeDisplayProxy(java.lang.Object obj,
                               java.lang.String iid)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMapTimeDisplayProxy

protected IMapTimeDisplayProxy(java.lang.String CLSID,
                               java.lang.String iid,
                               java.lang.String host,
                               com.esri.arcgis.interop.AuthInfo authInfo)
                        throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

hasTimeData

public boolean hasTimeData()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the map has a time-enabled layer.

Specified by:
hasTimeData in interface IMapTimeDisplay
Returns:
The hasTimeData
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTimeInterval

public double getDefaultTimeInterval()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The time interval to be used by the time slider to animate the map.

Specified by:
getDefaultTimeInterval in interface IMapTimeDisplay
Returns:
The interval
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultTimeInterval

public void setDefaultTimeInterval(double interval)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The time interval to be used by the time slider to animate the map.

Specified by:
setDefaultTimeInterval in interface IMapTimeDisplay
Parameters:
interval - The interval (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTimeIntervalUnits

public int getDefaultTimeIntervalUnits()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The time interval units to be used to animate the map.

Specified by:
getDefaultTimeIntervalUnits in interface IMapTimeDisplay
Returns:
A com.esri.arcgis.system.esriTimeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultTimeIntervalUnits

public void setDefaultTimeIntervalUnits(int units)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The time interval units to be used to animate the map.

Specified by:
setDefaultTimeIntervalUnits in interface IMapTimeDisplay
Parameters:
units - A com.esri.arcgis.system.esriTimeUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultTimeWindow

public double getDefaultTimeWindow()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The time window used to display the data in the map.

Specified by:
getDefaultTimeWindow in interface IMapTimeDisplay
Returns:
The duration
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDefaultTimeWindow

public void setDefaultTimeWindow(double duration)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The time window used to display the data in the map.

Specified by:
setDefaultTimeWindow in interface IMapTimeDisplay
Parameters:
duration - The duration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullTimeExtent

public ITimeExtent getFullTimeExtent()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Returns the full time extent of the time-enabled layers in the map.

Specified by:
getFullTimeExtent in interface IMapTimeDisplay
Returns:
A reference to a com.esri.arcgis.system.ITimeExtent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFullTimeExtentByRef

public void setFullTimeExtentByRef(ITimeExtent timeExtent)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Returns the full time extent of the time-enabled layers in the map.

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

getCurrentTimeExtent

public ITimeExtent getCurrentTimeExtent()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The current time extent of the map.

Specified by:
getCurrentTimeExtent in interface IMapTimeDisplay
Returns:
A reference to a com.esri.arcgis.system.ITimeExtent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentTimeExtentByRef

public void setCurrentTimeExtentByRef(ITimeExtent timeExtent)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The current time extent of the map.

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

getTimeValue

public ITimeValue getTimeValue()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The time extent for which the data is displayed in the map.

Specified by:
getTimeValue in interface IMapTimeDisplay
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.

setTimeValueByRef

public void setTimeValueByRef(ITimeValue time)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The time extent for which the data is displayed in the map.

Specified by:
setTimeValueByRef in interface IMapTimeDisplay
Parameters:
time - 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

public ITimeReference getTimeReference()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The time reference (time zone information, daylight savings, etc.) associated with the map.

Specified by:
getTimeReference in interface IMapTimeDisplay
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.

setTimeReferenceByRef

public void setTimeReferenceByRef(ITimeReference timeReference)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The time reference (time zone information, daylight savings, etc.) associated with the map.

Specified by:
setTimeReferenceByRef in interface IMapTimeDisplay
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.

getDisplayDateFormat

public java.lang.String getDisplayDateFormat()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The format of the date that is displayed on the time slider.

Specified by:
getDisplayDateFormat in interface IMapTimeDisplay
Returns:
The dateFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayDateFormat

public void setDisplayDateFormat(java.lang.String dateFormat)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The format of the date that is displayed on the time slider.

Specified by:
setDisplayDateFormat in interface IMapTimeDisplay
Parameters:
dateFormat - The dateFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplayTimeFormat

public java.lang.String getDisplayTimeFormat()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The format of the time that is displayed on the time slider.

Specified by:
getDisplayTimeFormat in interface IMapTimeDisplay
Returns:
The timeFormat
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayTimeFormat

public void setDisplayTimeFormat(java.lang.String timeFormat)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The format of the time that is displayed on the time slider.

Specified by:
setDisplayTimeFormat in interface IMapTimeDisplay
Parameters:
timeFormat - The timeFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisplayEachTimestamp

public boolean isDisplayEachTimestamp()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates whether data for each timestamp will be drawn when playing the time visualization.

Specified by:
isDisplayEachTimestamp in interface IMapTimeDisplay
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplayEachTimestamp

public void setDisplayEachTimestamp(boolean value)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether data for each timestamp will be drawn when playing the time visualization.

Specified by:
setDisplayEachTimestamp in interface IMapTimeDisplay
Parameters:
value - The value (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDisplaySpeed

public int getDisplaySpeed()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The speed of the slider on a scale of 1 to 10 with 10 being the fastest.

Specified by:
getDisplaySpeed in interface IMapTimeDisplay
Returns:
The speed
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisplaySpeed

public void setDisplaySpeed(int speed)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The speed of the slider on a scale of 1 to 10 with 10 being the fastest.

Specified by:
setDisplaySpeed in interface IMapTimeDisplay
Parameters:
speed - The speed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPlayOption

public int getPlayOption()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The play option (Stop, Reverse, Repeat) used by the slider after the time visualization has been played once.

Specified by:
getPlayOption in interface IMapTimeDisplay
Returns:
A com.esri.arcgis.carto.esriMapTimePlayOption constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlayOption

public void setPlayOption(int option)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The play option (Stop, Reverse, Repeat) used by the slider after the time visualization has been played once.

Specified by:
setPlayOption in interface IMapTimeDisplay
Parameters:
option - A com.esri.arcgis.carto.esriMapTimePlayOption constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeExtentOption

public int getTimeExtentOption()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates how the time extent of the map is defined.

Specified by:
getTimeExtentOption in interface IMapTimeDisplay
Returns:
A com.esri.arcgis.carto.esriMapTimeExtentOption constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeExtentOption

public void setTimeExtentOption(int option)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates how the time extent of the map is defined.

Specified by:
setTimeExtentOption in interface IMapTimeDisplay
Parameters:
option - A com.esri.arcgis.carto.esriMapTimeExtentOption constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeExtentDefinitionLayer

public ILayer getTimeExtentDefinitionLayer()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The time-enabled layer that defines the time extent of the map.

Specified by:
getTimeExtentDefinitionLayer in interface IMapTimeDisplay
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeExtentDefinitionLayerByRef

public void setTimeExtentDefinitionLayerByRef(ILayer layer)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
The time-enabled layer that defines the time extent of the map.

Specified by:
setTimeExtentDefinitionLayerByRef in interface IMapTimeDisplay
Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDynamicTimeRefresh

public boolean isDynamicTimeRefresh()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether the data in the map refreshes when moving the time slider dynamically.

Specified by:
isDynamicTimeRefresh in interface IMapTimeDisplay
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDynamicTimeRefresh

public void setDynamicTimeRefresh(boolean flag)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether the data in the map refreshes when moving the time slider dynamically.

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

isShowTime

public boolean isShowTime()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates whether time is enabled on the map.

Specified by:
isShowTime in interface IMapTimeDisplay
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowTime

public void setShowTime(boolean flag)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether time is enabled on the map.

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

computeFullTimeExtent

public ITimeExtent computeFullTimeExtent()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Returns the full time extent of the time-enabled layers in the map.

Specified by:
computeFullTimeExtent in interface IMapTimeDisplay
Returns:
A reference to a com.esri.arcgis.system.ITimeExtent
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.