com.esri.arcgis.carto
Class IPositionTrailsProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IPositionTrailsProxy
All Implemented Interfaces:
IPositionTrails, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IPositionTrails'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that display trails of previous positions 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 IPositionTrailsProxy
extends com.esri.arcgis.interop.Dispatch
implements IPositionTrails, 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.IPositionTrails
IID, IID89c655c1_59e2_417e_954a_667b7a14c68e
 
Constructor Summary
  IPositionTrailsProxy()
          Deprecated. For internal use only
  IPositionTrailsProxy(java.lang.Object obj)
          Deprecated.  
protected IPositionTrailsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IPositionTrailsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IPositionTrailsProxy(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.  
 double getLinearTrailDistance()
          Deprecated. The distance, in map units, of the linear trail behind the current position.
 ILineSymbol getLinearTrailSymbol()
          Deprecated. The line symbol to use for a linear trail.
 IColorRamp getMarkerTrailColorRamp()
          Deprecated. A color ramp to use for displaying the marker trails.
 int getMarkerTrailCount()
          Deprecated. The number of marker symbols to show as a trail.
 double getMarkerTrailDistance()
          Deprecated. The distance, in map units, of the distance between marker trails.
 IMarkerSymbol getMarkerTrailSymbol()
          Deprecated. The marker symbol to use for a marker trail.
 boolean isShowLinearTrail()
          Deprecated. Indicates if the linear trail of the previous positions should be visible.
 boolean isShowMarkerTrails()
          Deprecated. Indicates if marker symbols shows previous positions.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setLinearTrailDistance(double pDistance)
          Deprecated. The distance, in map units, of the linear trail behind the current position.
 void setLinearTrailSymbolByRef(ILineSymbol ppSymbol)
          Deprecated. The line symbol to use for a linear trail.
 void setMarkerTrailColorRampByRef(IColorRamp ppRamp)
          Deprecated. A color ramp to use for displaying the marker trails.
 void setMarkerTrailCount(int pCount)
          Deprecated. The number of marker symbols to show as a trail.
 void setMarkerTrailDistance(double pDistance)
          Deprecated. The distance, in map units, of the distance between marker trails.
 void setMarkerTrailSymbolByRef(IMarkerSymbol ppSymbol)
          Deprecated. The marker symbol to use for a marker trail.
 void setShowLinearTrail(boolean pShow)
          Deprecated. Indicates if the linear trail of the previous positions should be visible.
 void setShowMarkerTrails(boolean pShow)
          Deprecated. Indicates if marker symbols shows previous positions.
 
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

IPositionTrailsProxy

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

IPositionTrailsProxy

public IPositionTrailsProxy()
Deprecated. 
For internal use only


IPositionTrailsProxy

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

IPositionTrailsProxy

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

IPositionTrailsProxy

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

isShowMarkerTrails

public boolean isShowMarkerTrails()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if marker symbols shows previous positions. Defaults to false.

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

setShowMarkerTrails

public void setShowMarkerTrails(boolean pShow)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if marker symbols shows previous positions. Defaults to false.

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

getMarkerTrailColorRamp

public IColorRamp getMarkerTrailColorRamp()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
A color ramp to use for displaying the marker trails.

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

setMarkerTrailColorRampByRef

public void setMarkerTrailColorRampByRef(IColorRamp ppRamp)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
A color ramp to use for displaying the marker trails.

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

getMarkerTrailCount

public int getMarkerTrailCount()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The number of marker symbols to show as a trail.

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

setMarkerTrailCount

public void setMarkerTrailCount(int pCount)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The number of marker symbols to show as a trail.

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

getMarkerTrailDistance

public double getMarkerTrailDistance()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The distance, in map units, of the distance between marker trails.

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

setMarkerTrailDistance

public void setMarkerTrailDistance(double pDistance)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The distance, in map units, of the distance between marker trails.

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

getMarkerTrailSymbol

public IMarkerSymbol getMarkerTrailSymbol()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The marker symbol to use for a marker trail.

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

setMarkerTrailSymbolByRef

public void setMarkerTrailSymbolByRef(IMarkerSymbol ppSymbol)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The marker symbol to use for a marker trail.

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

isShowLinearTrail

public boolean isShowLinearTrail()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Indicates if the linear trail of the previous positions should be visible. Defaults to false.

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

setShowLinearTrail

public void setShowLinearTrail(boolean pShow)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if the linear trail of the previous positions should be visible. Defaults to false.

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

getLinearTrailSymbol

public ILineSymbol getLinearTrailSymbol()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The line symbol to use for a linear trail.

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

setLinearTrailSymbolByRef

public void setLinearTrailSymbolByRef(ILineSymbol ppSymbol)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The line symbol to use for a linear trail.

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

getLinearTrailDistance

public double getLinearTrailDistance()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The distance, in map units, of the linear trail behind the current position.

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

setLinearTrailDistance

public void setLinearTrailDistance(double pDistance)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The distance, in map units, of the linear trail behind the current position.

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