|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRealTimeDestination
COM Interface 'IRealTimeDestination'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that display a destination to track as the current position updates.' 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 |
IID0f9c0eec_6e0b_44b2_9ea5_3625af49b242
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IMarkerSymbol |
getBearingToDestinationSymbol()
The marker symbol used to point to the destination. |
java.lang.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(java.lang.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. |
Field Detail |
---|
static final int IID0f9c0eec_6e0b_44b2_9ea5_3625af49b242
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IPoint getDestinationLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationLocation(IPoint ppPoint) throws java.io.IOException, AutomationException
ppPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMarkerSymbol getDestinationSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationSymbolByRef(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.java.lang.String getDestinationLabel() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationLabel(java.lang.String label) throws java.io.IOException, AutomationException
label
- The label (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITextSymbol getDestinationTextSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationTextSymbolByRef(ITextSymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowBearingToDestination() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowBearingToDestination(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.IMarkerSymbol getBearingToDestinationSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBearingToDestinationSymbolByRef(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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |