|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPositionTrails
Provides access to members that display trails of previous positions on the map.
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. |
Method Detail |
---|
boolean isShowMarkerTrails() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowMarkerTrails(boolean pShow) throws IOException, AutomationException
pShow
- The pShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColorRamp getMarkerTrailColorRamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerTrailColorRampByRef(IColorRamp ppRamp) throws IOException, AutomationException
ppRamp
- A reference to a com.esri.arcgis.display.IColorRamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMarkerTrailCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerTrailCount(int pCount) throws IOException, AutomationException
pCount
- The pCount (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMarkerTrailDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerTrailDistance(double pDistance) throws IOException, AutomationException
pDistance
- The pDistance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getMarkerTrailSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMarkerTrailSymbolByRef(IMarkerSymbol ppSymbol) throws IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowLinearTrail() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowLinearTrail(boolean pShow) throws IOException, AutomationException
pShow
- The pShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getLinearTrailSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinearTrailSymbolByRef(ILineSymbol ppSymbol) throws IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getLinearTrailDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLinearTrailDistance(double pDistance) throws IOException, AutomationException
pDistance
- The pDistance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |