com.esri.arcgis.arcmapui
Interface IGpsPositionDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GpsPositionDialog, IGpsPositionDialogProxy

public interface IGpsPositionDialog
extends java.io.Serializable

COM Interface 'IGpsPositionDialog'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control GPS position dialog.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID62bd896a_a9fd_489d_87bc_9086cab22930
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID62bd896a_a9fd_489d_87bc_9086cab22930

static final int IID62bd896a_a9fd_489d_87bc_9086cab22930
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setRealTimeFeedByRef

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

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

setVisible

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

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

isVisible

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

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