com.esri.arcgis.trackinganalyst
Class ITimeControl2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITimeControlBaseProxy
          extended by com.esri.arcgis.trackinganalyst.ITimeControlProxy
              extended by com.esri.arcgis.trackinganalyst.ITimeControl2Proxy
All Implemented Interfaces:
ITimeControl, ITimeControl2, ITimeControlBase, Externalizable, Serializable

public class ITimeControl2Proxy
extends ITimeControlProxy
implements ITimeControl2, Serializable

Provides access to methods and properties needed to manage Playback Manager functions.

Description

This interface is new at ArcGIS 9.3. It supersedes ITimeControl.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ITimeControl2Proxy()
           
  ITimeControl2Proxy(Object obj)
           
protected ITimeControl2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IBasicMap getCurrentBasicMap()
          Indicates value of the current basicmap display during playback.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setCurrentBasicMapByRef(IBasicMap ppiCurrentMap)
          Indicates value of the current basicmap display during playback.
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class com.esri.arcgis.trackinganalyst.ITimeControlProxy
addTemporalReference, getCurrentMap, getCurrentTime, getDefaultDateFormat, getEndTime, getHistogramBackgroundColor, getHistogramFillColor, getHistogramOutlineColor, getHWnd, getNudgeMethod, getNumberOfSamples, getPlaySpeedFactor, getStartTime, getStatus, getTemporalMode, getTemporalReference, getTemporalReferenceCount, getTimeSequenceInterval, getTimeSequenceRate, getTimeSequenceUnits, getWindowTitle, isHideHistogram, isPlayContinously, isUpdateDisplay, isVisible, monitor, play, removeAllTemporalReferences, removeTemporalReference, setCurrentMapByRef, setCurrentTime, setDefaultDateFormat, setEndTime, setHideHistogram, setHistogramBackgroundColor, setHistogramFillColor, setHistogramOutlineColor, setNudgeMethod, setNumberOfSamples, setPlayContinously, setPlaySpeedFactor, setStartTime, setTemporalMode, setTemporalReferencesFromMap, setTimeRangeFromLayers, setTimeSequenceRate, setUpdateDisplay, setVisible, setWindowTitle, stop
 
Methods inherited from class com.esri.arcgis.trackinganalyst.ITimeControlBaseProxy
setTimeSequenceInterval
 
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, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITimeControl
addTemporalReference, getCurrentMap, getCurrentTime, getDefaultDateFormat, getEndTime, getHistogramBackgroundColor, getHistogramFillColor, getHistogramOutlineColor, getHWnd, getNudgeMethod, getNumberOfSamples, getPlaySpeedFactor, getStartTime, getStatus, getTemporalMode, getTemporalReference, getTemporalReferenceCount, getTimeSequenceInterval, getTimeSequenceRate, getTimeSequenceUnits, getWindowTitle, isHideHistogram, isPlayContinously, isUpdateDisplay, isVisible, monitor, play, removeAllTemporalReferences, removeTemporalReference, setCurrentMapByRef, setCurrentTime, setDefaultDateFormat, setEndTime, setHideHistogram, setHistogramBackgroundColor, setHistogramFillColor, setHistogramOutlineColor, setNudgeMethod, setNumberOfSamples, setPlayContinously, setPlaySpeedFactor, setStartTime, setTemporalMode, setTemporalReferencesFromMap, setTimeRangeFromLayers, setTimeSequenceRate, setUpdateDisplay, setVisible, setWindowTitle, stop
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITimeControlBase
setTimeSequenceInterval
 

Constructor Detail

ITimeControl2Proxy

public ITimeControl2Proxy()

ITimeControl2Proxy

public ITimeControl2Proxy(Object obj)
                   throws IOException
Throws:
IOException

ITimeControl2Proxy

protected ITimeControl2Proxy(Object obj,
                             String iid)
                      throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class ITimeControlProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class ITimeControlProxy
Throws:
IOException

getCurrentBasicMap

public IBasicMap getCurrentBasicMap()
                             throws IOException,
                                    AutomationException
Indicates value of the current basicmap display during playback.

Description

This property gets or sets the BasicMap currently being used for playback. This property supersedes ITimeControl::CurrentMap.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
getCurrentBasicMap in interface ITimeControl2
Returns:
A reference to a com.esri.arcgis.carto.IBasicMap
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCurrentBasicMapByRef

public void setCurrentBasicMapByRef(IBasicMap ppiCurrentMap)
                             throws IOException,
                                    AutomationException
Indicates value of the current basicmap display during playback.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Specified by:
setCurrentBasicMapByRef in interface ITimeControl2
Parameters:
ppiCurrentMap - A reference to a com.esri.arcgis.carto.IBasicMap (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class ITimeControlProxy
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class ITimeControlProxy
Throws:
IOException
ClassNotFoundException