com.esri.arcgis.carto
Interface IRealTimeDestination

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRealTimeDestinationProxy, RealTimeFeedManager

public interface IRealTimeDestination
extends java.io.Serializable

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

IID0f9c0eec_6e0b_44b2_9ea5_3625af49b242

static final int IID0f9c0eec_6e0b_44b2_9ea5_3625af49b242
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDestinationLocation

IPoint getDestinationLocation()
                              throws java.io.IOException,
                                     AutomationException
The location of the destination point.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationLocation

void setDestinationLocation(IPoint ppPoint)
                            throws java.io.IOException,
                                   AutomationException
The location of the destination point.

Parameters:
ppPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationSymbol

IMarkerSymbol getDestinationSymbol()
                                   throws java.io.IOException,
                                          AutomationException
The symbol used to show the destination.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationSymbolByRef

void setDestinationSymbolByRef(IMarkerSymbol ppSymbol)
                               throws java.io.IOException,
                                      AutomationException
The symbol used to show the destination.

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationLabel

java.lang.String getDestinationLabel()
                                     throws java.io.IOException,
                                            AutomationException
The label string for the destination.

Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationLabel

void setDestinationLabel(java.lang.String label)
                         throws java.io.IOException,
                                AutomationException
The label string for the destination.

Parameters:
label - The label (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDestinationTextSymbol

ITextSymbol getDestinationTextSymbol()
                                     throws java.io.IOException,
                                            AutomationException
The text symbol used to display the destination label.

Returns:
A reference to a com.esri.arcgis.display.ITextSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationTextSymbolByRef

void setDestinationTextSymbolByRef(ITextSymbol ppSymbol)
                                   throws java.io.IOException,
                                          AutomationException
The text symbol used to display the destination label.

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShowBearingToDestination

boolean isShowBearingToDestination()
                                   throws java.io.IOException,
                                          AutomationException
Indicates if the bearing to the destination from the current location is displayed.

Returns:
The pShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowBearingToDestination

void setShowBearingToDestination(boolean pShow)
                                 throws java.io.IOException,
                                        AutomationException
Indicates if the bearing to the destination from the current location is displayed.

Parameters:
pShow - The pShow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBearingToDestinationSymbol

IMarkerSymbol getBearingToDestinationSymbol()
                                            throws java.io.IOException,
                                                   AutomationException
The marker symbol used to point to the destination.

Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBearingToDestinationSymbolByRef

void setBearingToDestinationSymbolByRef(IMarkerSymbol ppSymbol)
                                        throws java.io.IOException,
                                               AutomationException
The marker symbol used to point to the destination.

Parameters:
ppSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.