|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeDestination
Provides access to members that display a destination to track as the current position updates.
Method Summary | |
---|---|
IMarkerSymbol |
getBearingToDestinationSymbol()
The marker symbol used to point to the destination. |
String |
getDestinationLabel()
The label string for the destination. |
IPoint |
getDestinationLocation()
The location of the destination point. |
IMarkerSymbol |
getDestinationSymbol()
The symbol used to show the destination. |
ITextSymbol |
getDestinationTextSymbol()
The text symbol used to display the destination label. |
boolean |
isShowBearingToDestination()
Indicates if the bearing to the destination from the current location is displayed. |
void |
setBearingToDestinationSymbolByRef(IMarkerSymbol ppSymbol)
The marker symbol used to point to the destination. |
void |
setDestinationLabel(String label)
The label string for the destination. |
void |
setDestinationLocation(IPoint ppPoint)
The location of the destination point. |
void |
setDestinationSymbolByRef(IMarkerSymbol ppSymbol)
The symbol used to show the destination. |
void |
setDestinationTextSymbolByRef(ITextSymbol ppSymbol)
The text symbol used to display the destination label. |
void |
setShowBearingToDestination(boolean pShow)
Indicates if the bearing to the destination from the current location is displayed. |
Method Detail |
---|
IPoint getDestinationLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationLocation(IPoint ppPoint) throws IOException, AutomationException
ppPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getDestinationSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationSymbolByRef(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.String getDestinationLabel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationLabel(String label) throws IOException, AutomationException
label
- The label (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getDestinationTextSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationTextSymbolByRef(ITextSymbol ppSymbol) throws IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowBearingToDestination() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowBearingToDestination(boolean pShow) throws IOException, AutomationException
pShow
- The pShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getBearingToDestinationSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBearingToDestinationSymbolByRef(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |