com.esri.arcgis.arcmapui
Interface IGpsPositionDialog

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpsPositionDialog

public interface IGpsPositionDialog
extends Serializable

Provides access to members that control GPS position dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isVisible()
          Indicates if the GPS position dialog is displayed.
 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.
 

Method Detail

setRealTimeFeedByRef

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

Product Availability

Available with ArcGIS Desktop.

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

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

isVisible

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Returns:
The pShow
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.