com.esri.arcgis.arcmapui
Class GpsPositionDialog

java.lang.Object
  extended by com.esri.arcgis.arcmapui.GpsPositionDialog
All Implemented Interfaces:
IGpsPositionDialog, IRealTimeFeedEvents, com.esri.arcgis.interop.RemoteObjRef, Serializable, EventListener

public class GpsPositionDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IGpsPositionDialog, IRealTimeFeedEvents

Display GPS Position information.

Description

This coclass is the GPS position display window that is available as part of the ArcMap GPS Support Toolbar.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Singleton:

This type is a singleton.

See Also:
Serialized Form

Constructor Summary
GpsPositionDialog()
          Constructs a GpsPositionDialog using ArcGIS Engine.
GpsPositionDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GpsPositionDialog theGpsPositionDialog = (GpsPositionDialog) obj;
 
Method Summary
 void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
          Reports the connection information when it is updated.
 void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
          Reports the date and time when it is updated.
 void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
          Reports the DGPS information when it is updated.
 void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
          Reports the current DOP information when it is updated.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
          Reports the current ground variance when it is updated.
 int hashCode()
          the hashcode for this object
 boolean isVisible()
          Indicates if the GPS position dialog is displayed.
 void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
          Reports the current magnetic variance when it is updated.
 void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
          Reports the current position when it is updated.
 void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
          Reports the current satellite information when it is updated.
 void setRealTimeFeedByRef(IRealTimeFeed rhs1)
          The RealTimeFeed which is used to display the GPS position information.
 void setVisible(boolean pShow)
          Indicates if the GPS position dialog is displayed.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GpsPositionDialog

public GpsPositionDialog()
                  throws IOException,
                         UnknownHostException
Constructs a GpsPositionDialog using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GpsPositionDialog

public GpsPositionDialog(Object obj)
                  throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GpsPositionDialog theGpsPositionDialog = (GpsPositionDialog) obj;

Construct a GpsPositionDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GpsPositionDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

setRealTimeFeedByRef

public void setRealTimeFeedByRef(IRealTimeFeed rhs1)
                          throws IOException,
                                 AutomationException
The RealTimeFeed which is used to display the GPS position information.

Product Availability

Available with ArcGIS Desktop.

Specified by:
setRealTimeFeedByRef in interface IGpsPositionDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IRealTimeFeed (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

public void setVisible(boolean pShow)
                throws IOException,
                       AutomationException
Indicates if the GPS position dialog is displayed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

isVisible

public boolean isVisible()
                  throws IOException,
                         AutomationException
Indicates if the GPS position dialog is displayed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

positionUpdated

public void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
positionUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

magneticVarianceUpdated

public void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
                             throws IOException,
                                    AutomationException
Reports the current magnetic variance when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
magneticVarianceUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

groundCourseUpdated

public void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
                         throws IOException,
                                AutomationException
Reports the current ground variance when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
groundCourseUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dopInfoUpdated

public void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
                    throws IOException,
                           AutomationException
Reports the current DOP information when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
dopInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

satelliteInfoUpdated

public void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
                          throws IOException,
                                 AutomationException
Reports the current satellite information when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
satelliteInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dateTimeUpdated

public void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the date and time when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
dateTimeUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dgpsInfoUpdated

public void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
                     throws IOException,
                            AutomationException
Reports the DGPS information when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
dgpsInfoUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connectionStatusUpdated

public void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
                             throws IOException,
                                    AutomationException
Reports the connection information when it is updated.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
connectionStatusUpdated in interface IRealTimeFeedEvents
Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.