com.esri.arcgis.trackinganalyst
Class ITxActiveTrackProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.ITxActiveTrackProxy
All Implemented Interfaces:
ITxActiveTrack, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'ITxActiveTrack'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides the ability to set and work with an active track.' 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 ITxActiveTrackProxy
extends com.esri.arcgis.interop.Dispatch
implements ITxActiveTrack, 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.trackinganalyst.ITxActiveTrack
IID, IID97801c2b_6eda_446e_88a9_1ed1450313f6
 
Constructor Summary
  ITxActiveTrackProxy()
          Deprecated. For internal use only
  ITxActiveTrackProxy(java.lang.Object obj)
          Deprecated.  
protected ITxActiveTrackProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITxActiveTrackProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITxActiveTrackProxy(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.  
 ILayer getActiveTrack(java.lang.String[] activeTrackName, IMap[] map)
          Deprecated. The Layer containing the active track and the track name on a given map.
 void getFollowPlaybackRate(double[] playbackRate, int[] units)
          Deprecated. The playback time between periodic recentering of the most current feature in the active track.
 IPoint getFollowPoint()
          Deprecated. The most recent follow location.
 double getFollowRate()
          Deprecated. The time between periodic recentering of the most current feature in the active track.
 ISymbol getFollowSymbol()
          Deprecated. The symbol used to mark the position of the most current feature in the active track.
 double getFollowThreshold()
          Deprecated. The percent of visible area to keep the followed feature within.
 boolean isFollow()
          Deprecated. Indicates whether or not the display should stay centered on the active track.
 boolean isUseFollowRate()
          Deprecated. Indicates whether or not to follow based on elapsed time.
 boolean recenter()
          Deprecated. Center the active view around the most current feature of the active track.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActiveTrack(java.lang.String activeTrackName, IMap map, ILayer layer)
          Deprecated. The Layer containing the active track and the track name on a given map.
 void setFollow(boolean follow)
          Deprecated. Indicates whether or not the display should stay centered on the active track.
 void setFollowPlaybackRate(double playbackRate, int units)
          Deprecated. The playback time between periodic recentering of the most current feature in the active track.
 void setFollowRate(double followRate)
          Deprecated. The time between periodic recentering of the most current feature in the active track.
 void setFollowSymbol(ISymbol followSymbol)
          Deprecated. The symbol used to mark the position of the most current feature in the active track.
 void setFollowThreshold(double screenPercent)
          Deprecated. The percent of visible area to keep the followed feature within.
 void setUseFollowRate(boolean useFollowRate)
          Deprecated. Indicates whether or not to follow based on elapsed time.
 
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

ITxActiveTrackProxy

public ITxActiveTrackProxy(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

ITxActiveTrackProxy

public ITxActiveTrackProxy()
Deprecated. 
For internal use only


ITxActiveTrackProxy

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

ITxActiveTrackProxy

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

ITxActiveTrackProxy

protected ITxActiveTrackProxy(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

getActiveTrack

public ILayer getActiveTrack(java.lang.String[] activeTrackName,
                             IMap[] map)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The Layer containing the active track and the track name on a given map.

Specified by:
getActiveTrack in interface ITxActiveTrack
Parameters:
activeTrackName - The activeTrackName (out: use single element array)
map - A reference to a com.esri.arcgis.carto.IMap (out: use single element array)
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.

setActiveTrack

public void setActiveTrack(java.lang.String activeTrackName,
                           IMap map,
                           ILayer layer)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The Layer containing the active track and the track name on a given map.

Specified by:
setActiveTrack in interface ITxActiveTrack
Parameters:
activeTrackName - The activeTrackName (in)
map - A reference to a com.esri.arcgis.carto.IMap (in)
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.

isFollow

public boolean isFollow()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Indicates whether or not the display should stay centered on the active track.

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

setFollow

public void setFollow(boolean follow)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates whether or not the display should stay centered on the active track.

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

getFollowSymbol

public ISymbol getFollowSymbol()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The symbol used to mark the position of the most current feature in the active track.

Specified by:
getFollowSymbol in interface ITxActiveTrack
Returns:
A reference to a com.esri.arcgis.display.ISymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFollowSymbol

public void setFollowSymbol(ISymbol followSymbol)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The symbol used to mark the position of the most current feature in the active track.

Specified by:
setFollowSymbol in interface ITxActiveTrack
Parameters:
followSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFollowThreshold

public double getFollowThreshold()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The percent of visible area to keep the followed feature within.

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

setFollowThreshold

public void setFollowThreshold(double screenPercent)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The percent of visible area to keep the followed feature within.

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

getFollowRate

public double getFollowRate()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The time between periodic recentering of the most current feature in the active track.

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

setFollowRate

public void setFollowRate(double followRate)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The time between periodic recentering of the most current feature in the active track.

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

isUseFollowRate

public boolean isUseFollowRate()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates whether or not to follow based on elapsed time.

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

setUseFollowRate

public void setUseFollowRate(boolean useFollowRate)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates whether or not to follow based on elapsed time.

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

getFollowPlaybackRate

public void getFollowPlaybackRate(double[] playbackRate,
                                  int[] units)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The playback time between periodic recentering of the most current feature in the active track.

Specified by:
getFollowPlaybackRate in interface ITxActiveTrack
Parameters:
playbackRate - The playbackRate (out: use single element array)
units - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFollowPlaybackRate

public void setFollowPlaybackRate(double playbackRate,
                                  int units)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The playback time between periodic recentering of the most current feature in the active track.

Specified by:
setFollowPlaybackRate in interface ITxActiveTrack
Parameters:
playbackRate - The playbackRate (in)
units - A com.esri.arcgis.trackinganalyst.enumTemporalUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFollowPoint

public IPoint getFollowPoint()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The most recent follow location.

Specified by:
getFollowPoint in interface ITxActiveTrack
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recenter

public boolean recenter()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Center the active view around the most current feature of the active track.

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