com.esri.arcgis.carto
Class IRealTimeDestinationProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IRealTimeDestinationProxy
All Implemented Interfaces:
IRealTimeDestination, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IRealTimeDestinationProxy
extends com.esri.arcgis.interop.Dispatch
implements IRealTimeDestination, java.io.Serializable

Internal use class

See Also:
Serialized Form

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.IRealTimeDestination
IID, IID0f9c0eec_6e0b_44b2_9ea5_3625af49b242
 
Constructor Summary
  IRealTimeDestinationProxy()
          Deprecated. For internal use only
  IRealTimeDestinationProxy(java.lang.Object obj)
          Deprecated.  
protected IRealTimeDestinationProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IRealTimeDestinationProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IRealTimeDestinationProxy(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.  
 IMarkerSymbol getBearingToDestinationSymbol()
          Deprecated. The marker symbol used to point to the destination.
 java.lang.String getDestinationLabel()
          Deprecated. The label string for the destination.
 IPoint getDestinationLocation()
          Deprecated. The location of the destination point.
 IMarkerSymbol getDestinationSymbol()
          Deprecated. The symbol used to show the destination.
 ITextSymbol getDestinationTextSymbol()
          Deprecated. The text symbol used to display the destination label.
 boolean isShowBearingToDestination()
          Deprecated. Indicates if the bearing to the destination from the current location is displayed.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBearingToDestinationSymbolByRef(IMarkerSymbol ppSymbol)
          Deprecated. The marker symbol used to point to the destination.
 void setDestinationLabel(java.lang.String label)
          Deprecated. The label string for the destination.
 void setDestinationLocation(IPoint ppPoint)
          Deprecated. The location of the destination point.
 void setDestinationSymbolByRef(IMarkerSymbol ppSymbol)
          Deprecated. The symbol used to show the destination.
 void setDestinationTextSymbolByRef(ITextSymbol ppSymbol)
          Deprecated. The text symbol used to display the destination label.
 void setShowBearingToDestination(boolean pShow)
          Deprecated. Indicates if the bearing to the destination from the current location is displayed.
 
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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IRealTimeDestinationProxy

public IRealTimeDestinationProxy(java.lang.String CLSID,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.net.UnknownHostException,
                                 java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IRealTimeDestinationProxy

public IRealTimeDestinationProxy()
Deprecated. 
For internal use only


IRealTimeDestinationProxy

public IRealTimeDestinationProxy(java.lang.Object obj)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRealTimeDestinationProxy

protected IRealTimeDestinationProxy(java.lang.Object obj,
                                    java.lang.String iid)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IRealTimeDestinationProxy

protected IRealTimeDestinationProxy(java.lang.String CLSID,
                                    java.lang.String iid,
                                    java.lang.String host,
                                    com.esri.arcgis.interop.AuthInfo authInfo)
                             throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getDestinationLocation

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

Specified by:
getDestinationLocation in interface IRealTimeDestination
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

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

Specified by:
setDestinationLocation in interface IRealTimeDestination
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

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

Specified by:
getDestinationSymbol in interface IRealTimeDestination
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

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

Specified by:
setDestinationSymbolByRef in interface IRealTimeDestination
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

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

Specified by:
getDestinationLabel in interface IRealTimeDestination
Returns:
The label
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDestinationLabel

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

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

getDestinationTextSymbol

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

Specified by:
getDestinationTextSymbol in interface IRealTimeDestination
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

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

Specified by:
setDestinationTextSymbolByRef in interface IRealTimeDestination
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

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

Specified by:
isShowBearingToDestination in interface IRealTimeDestination
Returns:
The pShow
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShowBearingToDestination

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

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

getBearingToDestinationSymbol

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

Specified by:
getBearingToDestinationSymbol in interface IRealTimeDestination
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

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

Specified by:
setBearingToDestinationSymbolByRef in interface IRealTimeDestination
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.