|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcmapui.GpsPositionDialog
public class GpsPositionDialog
COM Class 'GpsPositionDialog'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Display GPS Position information.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.arcmapui.IGpsPositionDialog |
|---|
IID, IID62bd896a_a9fd_489d_87bc_9086cab22930, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IRealTimeFeedEvents |
|---|
IID, IID9e109b23_9311_4b76_ab9a_7ed5ce07c08e, xxDummy |
| Constructor Summary | |
|---|---|
GpsPositionDialog()
Constructs a GpsPositionDialog using ArcGIS Engine. |
|
GpsPositionDialog(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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 |
release()
Release a GpsPositionDialog. |
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 |
| Constructor Detail |
|---|
public GpsPositionDialog()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public GpsPositionDialog(java.lang.Object obj)
throws java.io.IOException
GpsPositionDialog theGpsPositionDialog = (GpsPositionDialog) obj;
obj to GpsPositionDialog.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void setRealTimeFeedByRef(IRealTimeFeed rhs1)
throws java.io.IOException,
AutomationException
setRealTimeFeedByRef in interface IGpsPositionDialogrhs1 - A reference to a com.esri.arcgis.carto.IRealTimeFeed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean pShow)
throws java.io.IOException,
AutomationException
setVisible in interface IGpsPositionDialogpShow - The pShow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws java.io.IOException,
AutomationException
isVisible in interface IGpsPositionDialogjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void positionUpdated(IRealTimeFeedEventsPositionUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
positionUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void magneticVarianceUpdated(IRealTimeFeedEventsMagneticVarianceUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
magneticVarianceUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void groundCourseUpdated(IRealTimeFeedEventsGroundCourseUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
groundCourseUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dopInfoUpdated(IRealTimeFeedEventsDopInfoUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
dopInfoUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void satelliteInfoUpdated(IRealTimeFeedEventsSatelliteInfoUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
satelliteInfoUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dateTimeUpdated(IRealTimeFeedEventsDateTimeUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
dateTimeUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void dgpsInfoUpdated(IRealTimeFeedEventsDgpsInfoUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
dgpsInfoUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connectionStatusUpdated(IRealTimeFeedEventsConnectionStatusUpdatedEvent theEvent)
throws java.io.IOException,
AutomationException
connectionStatusUpdated in interface IRealTimeFeedEventstheEvent - The event
java.io.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 | ||||||||