com.esri.arcgis.carto
Interface IGpsFeed

All Superinterfaces:
Serializable
All Known Implementing Classes:
GpsFeed

public interface IGpsFeed
extends Serializable

Provides access to members that control the properties of a real-time feed object that gets its input from a GPS connection.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getConnection

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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

setConnectionByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows

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

getTestStatus

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

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