com.esri.arcgis.carto
Interface IPositionTrails

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPositionTrailsProxy, RealTimeFeedManager

public interface IPositionTrails
extends java.io.Serializable

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID89c655c1_59e2_417e_954a_667b7a14c68e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getLinearTrailDistance()
          The distance, in map units, of the linear trail behind the current position.
 ILineSymbol getLinearTrailSymbol()
          The line symbol to use for a linear trail.
 IColorRamp getMarkerTrailColorRamp()
          A color ramp to use for displaying the marker trails.
 int getMarkerTrailCount()
          The number of marker symbols to show as a trail.
 double getMarkerTrailDistance()
          The distance, in map units, of the distance between marker trails.
 IMarkerSymbol getMarkerTrailSymbol()
          The marker symbol to use for a marker trail.
 boolean isShowLinearTrail()
          Indicates if the linear trail of the previous positions should be visible.
 boolean isShowMarkerTrails()
          Indicates if marker symbols shows previous positions.
 void setLinearTrailDistance(double pDistance)
          The distance, in map units, of the linear trail behind the current position.
 void setLinearTrailSymbolByRef(ILineSymbol ppSymbol)
          The line symbol to use for a linear trail.
 void setMarkerTrailColorRampByRef(IColorRamp ppRamp)
          A color ramp to use for displaying the marker trails.
 void setMarkerTrailCount(int pCount)
          The number of marker symbols to show as a trail.
 void setMarkerTrailDistance(double pDistance)
          The distance, in map units, of the distance between marker trails.
 void setMarkerTrailSymbolByRef(IMarkerSymbol ppSymbol)
          The marker symbol to use for a marker trail.
 void setShowLinearTrail(boolean pShow)
          Indicates if the linear trail of the previous positions should be visible.
 void setShowMarkerTrails(boolean pShow)
          Indicates if marker symbols shows previous positions.
 

Field Detail

IID89c655c1_59e2_417e_954a_667b7a14c68e

static final int IID89c655c1_59e2_417e_954a_667b7a14c68e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isShowMarkerTrails

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

Returns:
The pShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowMarkerTrails

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

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

getMarkerTrailColorRamp

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

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

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

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

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

Returns:
The pCount
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarkerTrailCount

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

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

getMarkerTrailDistance

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

Returns:
The pDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMarkerTrailDistance

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

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

getMarkerTrailSymbol

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

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

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

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

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

Returns:
The pShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowLinearTrail

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

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

getLinearTrailSymbol

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

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

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

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

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

Returns:
The pDistance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLinearTrailDistance

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

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