com.esri.arcgis.carto
Interface IGpsFeed

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GpsFeed, IGpsFeedProxy

public interface IGpsFeed
extends java.io.Serializable

COM Interface 'IGpsFeed'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the properties of a real-time feed object that gets its input from a GPS connection.' 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 IIDce81418e_072a_42b5_81d6_47409d79082c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGpsConnection getConnection()
          The GPS connection object.
 int getTestStatus()
          Reports the tested status of the connection(The connection need not be open).
 void setConnectionByRef(IGpsConnection ppConnection)
          The GPS connection object.
 

Field Detail

IIDce81418e_072a_42b5_81d6_47409d79082c

static final int IIDce81418e_072a_42b5_81d6_47409d79082c
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

getConnection

IGpsConnection getConnection()
                             throws java.io.IOException,
                                    AutomationException
The GPS connection object.

Returns:
A reference to a com.esri.arcgis.carto.IGpsConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionByRef

void setConnectionByRef(IGpsConnection ppConnection)
                        throws java.io.IOException,
                               AutomationException
The GPS connection object.

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

getTestStatus

int getTestStatus()
                  throws java.io.IOException,
                         AutomationException
Reports the tested status of the connection(The connection need not be open).

Returns:
A com.esri.arcgis.carto.esriGpsConnectionStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.