ArcObjects Library Reference (Carto)  

GpsFeed CoClass

Used to connected to a GPS unit through the communication port, implements IRealTimeFeed, and fires events when the GPS location changes.

Product Availability

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

Supported Platforms

Windows

Interfaces

Interfaces Description
IConnectionPointContainer Supports connection points for connectable objects.
IGpsFeed Provides access to members that control the properties of a real-time feed object that gets its input from a GPS connection.
IPersistStream (esriSystem)
IRealTimeFeed Provides access to basic properties of RealTimeFeed.

Event Interfaces

Interfaces Description
IRealTimeFeedEvents (default) Provides access to the events fired by a real-time feed object.

Working with Events

[Visual Basic 6.0]

When working with GpsFeed's default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pGpsFeed as GpsFeed