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