|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.arcmapui.GpsPositionDialog
public class GpsPositionDialog
Display GPS Position information.
This coclass is the GPS position display window that is available as part of the ArcMap GPS Support Toolbar.
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 |
---|
public GpsPositionDialog() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic GpsPositionDialog(Object obj) throws IOException
GpsPositionDialog theGpsPositionDialog = (GpsPositionDialog) obj;
obj
to GpsPositionDialog
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setRealTimeFeedByRef(IRealTimeFeed rhs1) throws IOException, AutomationException
setRealTimeFeedByRef
in interface IGpsPositionDialog
rhs1
- A reference to a com.esri.arcgis.carto.IRealTimeFeed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean pShow) throws IOException, AutomationException
setVisible
in interface IGpsPositionDialog
pShow
- The pShow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws IOException, AutomationException
isVisible
in interface IGpsPositionDialog
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent) throws IOException, AutomationException
positionUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent) throws IOException, AutomationException
magneticVarianceUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent) throws IOException, AutomationException
groundCourseUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent) throws IOException, AutomationException
dopInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent) throws IOException, AutomationException
satelliteInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent) throws IOException, AutomationException
dateTimeUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent) throws IOException, AutomationException
dgpsInfoUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent) throws IOException, AutomationException
connectionStatusUpdated
in interface IRealTimeFeedEvents
theEvent
- The event
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 |