|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IPositionTrailsProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IPositionTrailsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IPositionTrailsProxy()
public IPositionTrailsProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IPositionTrailsProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IPositionTrailsProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isShowMarkerTrails() throws java.io.IOException, AutomationException
isShowMarkerTrails
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowMarkerTrails(boolean pShow) throws java.io.IOException, AutomationException
setShowMarkerTrails
in interface IPositionTrails
pShow
- The pShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColorRamp getMarkerTrailColorRamp() throws java.io.IOException, AutomationException
getMarkerTrailColorRamp
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerTrailColorRampByRef(IColorRamp ppRamp) throws java.io.IOException, AutomationException
setMarkerTrailColorRampByRef
in interface IPositionTrails
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.public int getMarkerTrailCount() throws java.io.IOException, AutomationException
getMarkerTrailCount
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerTrailCount(int pCount) throws java.io.IOException, AutomationException
setMarkerTrailCount
in interface IPositionTrails
pCount
- The pCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMarkerTrailDistance() throws java.io.IOException, AutomationException
getMarkerTrailDistance
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerTrailDistance(double pDistance) throws java.io.IOException, AutomationException
setMarkerTrailDistance
in interface IPositionTrails
pDistance
- The pDistance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getMarkerTrailSymbol() throws java.io.IOException, AutomationException
getMarkerTrailSymbol
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMarkerTrailSymbolByRef(IMarkerSymbol ppSymbol) throws java.io.IOException, AutomationException
setMarkerTrailSymbolByRef
in interface IPositionTrails
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.public boolean isShowLinearTrail() throws java.io.IOException, AutomationException
isShowLinearTrail
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowLinearTrail(boolean pShow) throws java.io.IOException, AutomationException
setShowLinearTrail
in interface IPositionTrails
pShow
- The pShow (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getLinearTrailSymbol() throws java.io.IOException, AutomationException
getLinearTrailSymbol
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearTrailSymbolByRef(ILineSymbol ppSymbol) throws java.io.IOException, AutomationException
setLinearTrailSymbolByRef
in interface IPositionTrails
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.public double getLinearTrailDistance() throws java.io.IOException, AutomationException
getLinearTrailDistance
in interface IPositionTrails
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLinearTrailDistance(double pDistance) throws java.io.IOException, AutomationException
setLinearTrailDistance
in interface IPositionTrails
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 |