com.esri.arcgis.carto
Class IGpsDisplayPropertiesProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IGpsDisplayProperties'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to GPS display properties.' 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 IGpsDisplayPropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpsDisplayProperties, 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.IGpsDisplayProperties
IID, IID34c8784f_8293_4f07_bda9_ca04f6b56e64
 
Constructor Summary
  IGpsDisplayPropertiesProxy()
          Deprecated. For internal use only
  IGpsDisplayPropertiesProxy(java.lang.Object obj)
          Deprecated.  
protected IGpsDisplayPropertiesProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpsDisplayPropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpsDisplayPropertiesProxy(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.  
 void clearGpsDisplay()
          Deprecated. Clears the GPS display.
 int getAltitudeUnits()
          Deprecated. The units used for altitude in the GPS display.
 IMarkerSymbol getBaseMarkerSymbol()
          Deprecated. The marker symbol used to display the current position under normal circumstances.
 IMarkerSymbol getEstimatedPositionSymbol()
          Deprecated. The marker symbol used to display the estimated current position if the signal is lost.
 double getHighAltitudeSize()
          Deprecated. The maximum altitude size used in calculating the current size of the base marker symbol.
 double getHighAltitudeValue()
          Deprecated. The maximum altitude value used in calculating the size of the base marker symbol.
 double getHighSpeedValue()
          Deprecated. The maximum speed value used in calculating the size of the base marker symbol.
 int getLatLongDisplayFormat()
          Deprecated. The latitude-longitude display format for the GPS display.
 double getLowAltitudeSize()
          Deprecated. The minimum altitude size used in calculating the current size of the base marker symbol.
 double getLowAltitudeValue()
          Deprecated. The minimum altitude value used in calculating the size of the base marker symbol.
 double getLowSpeedValue()
          Deprecated. The minimum speed value used in calculating the size of the base marker symbol.
 double getMinimumDisplayRate()
          Deprecated. The minimum amount of time in seconds between screen refreshes for the display of the current position.
 IEnvelope getPositionsExtent()
          Deprecated. Extent bounding all positions received from the current RealTimeFeed so far.
 IColorRamp getSpeedColorRamp()
          Deprecated. The color ramp used to vary the color by speed.
 int getSpeedUnits()
          Deprecated. The units to use for the speed of the current position.
 boolean isAutoPan()
          Deprecated. Indicates if the display extents are adjusted to keep the GPS position on the screen.
 boolean isShowCurrentAltitude()
          Deprecated. Indicates if the variation in the altitude is displayed.
 boolean isShowCurrentBearing()
          Deprecated. Indicates if the current heading (bearing) is displayed as an angle for the base marker symbol.
 boolean isShowCurrentPosition()
          Deprecated. Indicates if the current position is displayed.
 boolean isShowCurrentSpeed()
          Deprecated. Indicates if the base marker symbol size is varied based on the speed of the current position.
 boolean isShowEstimatedPosition()
          Deprecated. Indicates if the estimated position is displayed when the signal is lost.
 boolean isShowMarkerTrailAltitude()
          Deprecated. Indicates if the variation in the altitude is displayed in the marker trail.
 boolean isShowMarkerTrailBearing()
          Deprecated. Indicates if the trail heading (bearing) is displayed as an angle of the base marker symbol.
 boolean isShowMarkerTrailSpeed()
          Deprecated. Indicates if the base marker symbol size is based on the speed of the marker trail position.
 boolean isUseMinimumDisplayRate()
          Deprecated. Indicates if the minimum display rate value is in effect.
 void refreshGpsDisplay()
          Deprecated. Refreshes the GPS display.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAltitudeUnits(int pAltitudeUnits)
          Deprecated. The units used for altitude in the GPS display.
 void setAutoPan(boolean autoPan)
          Deprecated. Indicates if the display extents are adjusted to keep the GPS position on the screen.
 void setBaseMarkerSymbolByRef(IMarkerSymbol ppMarker)
          Deprecated. The marker symbol used to display the current position under normal circumstances.
 void setEstimatedPositionSymbolByRef(IMarkerSymbol ppMarker)
          Deprecated. The marker symbol used to display the estimated current position if the signal is lost.
 void setHighAltitudeSize(double pSize)
          Deprecated. The maximum altitude size used in calculating the current size of the base marker symbol.
 void setHighAltitudeValue(double pAltitude)
          Deprecated. The maximum altitude value used in calculating the size of the base marker symbol.
 void setHighSpeedValue(double pSize)
          Deprecated. The maximum speed value used in calculating the size of the base marker symbol.
 void setLatLongDisplayFormat(int latLongFormat)
          Deprecated. The latitude-longitude display format for the GPS display.
 void setLowAltitudeSize(double pSize)
          Deprecated. The minimum altitude size used in calculating the current size of the base marker symbol.
 void setLowAltitudeValue(double pAltitude)
          Deprecated. The minimum altitude value used in calculating the size of the base marker symbol.
 void setLowSpeedValue(double pSpeed)
          Deprecated. The minimum speed value used in calculating the size of the base marker symbol.
 void setMinimumDisplayRate(double pRate)
          Deprecated. The minimum amount of time in seconds between screen refreshes for the display of the current position.
 void setShowCurrentAltitude(boolean pShowVariation)
          Deprecated. Indicates if the variation in the altitude is displayed.
 void setShowCurrentBearing(boolean pShow)
          Deprecated. Indicates if the current heading (bearing) is displayed as an angle for the base marker symbol.
 void setShowCurrentPosition(boolean pShow)
          Deprecated. Indicates if the current position is displayed.
 void setShowCurrentSpeed(boolean pShow)
          Deprecated. Indicates if the base marker symbol size is varied based on the speed of the current position.
 void setShowEstimatedPosition(boolean pShow)
          Deprecated. Indicates if the estimated position is displayed when the signal is lost.
 void setShowMarkerTrailAltitude(boolean pShowVariation)
          Deprecated. Indicates if the variation in the altitude is displayed in the marker trail.
 void setShowMarkerTrailBearing(boolean pShow)
          Deprecated. Indicates if the trail heading (bearing) is displayed as an angle of the base marker symbol.
 void setShowMarkerTrailSpeed(boolean pShow)
          Deprecated. Indicates if the base marker symbol size is based on the speed of the marker trail position.
 void setSpeedColorRampByRef(IColorRamp ppColorRamp)
          Deprecated. The color ramp used to vary the color by speed.
 void setSpeedUnits(int pUnits)
          Deprecated. The units to use for the speed of the current position.
 void setUseMinimumDisplayRate(boolean pUse)
          Deprecated. Indicates if the minimum display rate value is in effect.
 
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

IGpsDisplayPropertiesProxy

public IGpsDisplayPropertiesProxy(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

IGpsDisplayPropertiesProxy

public IGpsDisplayPropertiesProxy()
Deprecated. 
For internal use only


IGpsDisplayPropertiesProxy

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

IGpsDisplayPropertiesProxy

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

IGpsDisplayPropertiesProxy

protected IGpsDisplayPropertiesProxy(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

getMinimumDisplayRate

public double getMinimumDisplayRate()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The minimum amount of time in seconds between screen refreshes for the display of the current position.

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

setMinimumDisplayRate

public void setMinimumDisplayRate(double pRate)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The minimum amount of time in seconds between screen refreshes for the display of the current position.

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

isUseMinimumDisplayRate

public boolean isUseMinimumDisplayRate()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the minimum display rate value is in effect.

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

setUseMinimumDisplayRate

public void setUseMinimumDisplayRate(boolean pUse)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the minimum display rate value is in effect.

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

isShowCurrentPosition

public boolean isShowCurrentPosition()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the current position is displayed.

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

setShowCurrentPosition

public void setShowCurrentPosition(boolean pShow)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the current position is displayed.

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

getBaseMarkerSymbol

public IMarkerSymbol getBaseMarkerSymbol()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The marker symbol used to display the current position under normal circumstances.

Specified by:
getBaseMarkerSymbol in interface IGpsDisplayProperties
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.

setBaseMarkerSymbolByRef

public void setBaseMarkerSymbolByRef(IMarkerSymbol ppMarker)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
The marker symbol used to display the current position under normal circumstances.

Specified by:
setBaseMarkerSymbolByRef in interface IGpsDisplayProperties
Parameters:
ppMarker - 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.

isShowEstimatedPosition

public boolean isShowEstimatedPosition()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the estimated position is displayed when the signal is lost.

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

setShowEstimatedPosition

public void setShowEstimatedPosition(boolean pShow)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the estimated position is displayed when the signal is lost.

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

getEstimatedPositionSymbol

public IMarkerSymbol getEstimatedPositionSymbol()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The marker symbol used to display the estimated current position if the signal is lost.

Specified by:
getEstimatedPositionSymbol in interface IGpsDisplayProperties
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.

setEstimatedPositionSymbolByRef

public void setEstimatedPositionSymbolByRef(IMarkerSymbol ppMarker)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The marker symbol used to display the estimated current position if the signal is lost.

Specified by:
setEstimatedPositionSymbolByRef in interface IGpsDisplayProperties
Parameters:
ppMarker - 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.

setShowCurrentAltitude

public void setShowCurrentAltitude(boolean pShowVariation)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates if the variation in the altitude is displayed.

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

isShowCurrentAltitude

public boolean isShowCurrentAltitude()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates if the variation in the altitude is displayed.

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

isShowCurrentBearing

public boolean isShowCurrentBearing()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the current heading (bearing) is displayed as an angle for the base marker symbol.

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

setShowCurrentBearing

public void setShowCurrentBearing(boolean pShow)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the current heading (bearing) is displayed as an angle for the base marker symbol.

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

isShowCurrentSpeed

public boolean isShowCurrentSpeed()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates if the base marker symbol size is varied based on the speed of the current position. Defaults to false.

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

setShowCurrentSpeed

public void setShowCurrentSpeed(boolean pShow)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the base marker symbol size is varied based on the speed of the current position. Defaults to false.

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

setShowMarkerTrailAltitude

public void setShowMarkerTrailAltitude(boolean pShowVariation)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if the variation in the altitude is displayed in the marker trail.

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

isShowMarkerTrailAltitude

public boolean isShowMarkerTrailAltitude()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Indicates if the variation in the altitude is displayed in the marker trail.

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

isShowMarkerTrailBearing

public boolean isShowMarkerTrailBearing()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Indicates if the trail heading (bearing) is displayed as an angle of the base marker symbol.

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

setShowMarkerTrailBearing

public void setShowMarkerTrailBearing(boolean pShow)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the trail heading (bearing) is displayed as an angle of the base marker symbol.

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

isShowMarkerTrailSpeed

public boolean isShowMarkerTrailSpeed()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates if the base marker symbol size is based on the speed of the marker trail position. Defaults to false.

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

setShowMarkerTrailSpeed

public void setShowMarkerTrailSpeed(boolean pShow)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates if the base marker symbol size is based on the speed of the marker trail position. Defaults to false.

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

getSpeedUnits

public int getSpeedUnits()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The units to use for the speed of the current position.

Specified by:
getSpeedUnits in interface IGpsDisplayProperties
Returns:
A com.esri.arcgis.carto.esriGpsSpeedUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpeedUnits

public void setSpeedUnits(int pUnits)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The units to use for the speed of the current position.

Specified by:
setSpeedUnits in interface IGpsDisplayProperties
Parameters:
pUnits - A com.esri.arcgis.carto.esriGpsSpeedUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLowSpeedValue

public double getLowSpeedValue()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The minimum speed value used in calculating the size of the base marker symbol.

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

setLowSpeedValue

public void setLowSpeedValue(double pSpeed)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The minimum speed value used in calculating the size of the base marker symbol.

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

setSpeedColorRampByRef

public void setSpeedColorRampByRef(IColorRamp ppColorRamp)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The color ramp used to vary the color by speed.

Specified by:
setSpeedColorRampByRef in interface IGpsDisplayProperties
Parameters:
ppColorRamp - A reference to a com.esri.arcgis.display.IColorRamp (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpeedColorRamp

public IColorRamp getSpeedColorRamp()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The color ramp used to vary the color by speed.

Specified by:
getSpeedColorRamp in interface IGpsDisplayProperties
Returns:
A reference to a com.esri.arcgis.display.IColorRamp
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLowAltitudeValue

public double getLowAltitudeValue()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The minimum altitude value used in calculating the size of the base marker symbol.

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

setLowAltitudeValue

public void setLowAltitudeValue(double pAltitude)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The minimum altitude value used in calculating the size of the base marker symbol.

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

getHighAltitudeValue

public double getHighAltitudeValue()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The maximum altitude value used in calculating the size of the base marker symbol.

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

setHighAltitudeValue

public void setHighAltitudeValue(double pAltitude)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The maximum altitude value used in calculating the size of the base marker symbol.

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

getLowAltitudeSize

public double getLowAltitudeSize()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The minimum altitude size used in calculating the current size of the base marker symbol.

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

setLowAltitudeSize

public void setLowAltitudeSize(double pSize)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The minimum altitude size used in calculating the current size of the base marker symbol.

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

getHighSpeedValue

public double getHighSpeedValue()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum speed value used in calculating the size of the base marker symbol.

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

setHighSpeedValue

public void setHighSpeedValue(double pSize)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The maximum speed value used in calculating the size of the base marker symbol.

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

getHighAltitudeSize

public double getHighAltitudeSize()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
The maximum altitude size used in calculating the current size of the base marker symbol.

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

setHighAltitudeSize

public void setHighAltitudeSize(double pSize)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The maximum altitude size used in calculating the current size of the base marker symbol.

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

setAutoPan

public void setAutoPan(boolean autoPan)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Indicates if the display extents are adjusted to keep the GPS position on the screen.

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

isAutoPan

public boolean isAutoPan()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates if the display extents are adjusted to keep the GPS position on the screen.

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

setAltitudeUnits

public void setAltitudeUnits(int pAltitudeUnits)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The units used for altitude in the GPS display.

Specified by:
setAltitudeUnits in interface IGpsDisplayProperties
Parameters:
pAltitudeUnits - A com.esri.arcgis.system.esriUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAltitudeUnits

public int getAltitudeUnits()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The units used for altitude in the GPS display.

Specified by:
getAltitudeUnits in interface IGpsDisplayProperties
Returns:
A com.esri.arcgis.system.esriUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLatLongDisplayFormat

public void setLatLongDisplayFormat(int latLongFormat)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The latitude-longitude display format for the GPS display.

Specified by:
setLatLongDisplayFormat in interface IGpsDisplayProperties
Parameters:
latLongFormat - A com.esri.arcgis.carto.esriGpsLatLongFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLatLongDisplayFormat

public int getLatLongDisplayFormat()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The latitude-longitude display format for the GPS display.

Specified by:
getLatLongDisplayFormat in interface IGpsDisplayProperties
Returns:
A com.esri.arcgis.carto.esriGpsLatLongFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPositionsExtent

public IEnvelope getPositionsExtent()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Extent bounding all positions received from the current RealTimeFeed so far.

Specified by:
getPositionsExtent in interface IGpsDisplayProperties
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshGpsDisplay

public void refreshGpsDisplay()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Refreshes the GPS display.

Specified by:
refreshGpsDisplay in interface IGpsDisplayProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearGpsDisplay

public void clearGpsDisplay()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Clears the GPS display.

Specified by:
clearGpsDisplay in interface IGpsDisplayProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.