This document is archived and information here might be outdated.  Recommended version.


IRealTimeFeedEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeedEvents Interface
ArcGIS Developer Help

IRealTimeFeedEvents Interface

Provides access to the events fired by a real-time feed object.

Product Availability

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

Members

Name Description
Method ConnectionStatusUpdated Reports the connection information when it is updated.
Method DateTimeUpdated Reports the date and time when it is updated.
Method DgpsInfoUpdated Reports the DGPS information when it is updated.
Method DopInfoUpdated Reports the current DOP information when it is updated.
Method GroundCourseUpdated Reports the current ground variance when it is updated.
Method MagneticVarianceUpdated Reports the current magnetic variance when it is updated.
Method PositionUpdated Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated.
Method SatelliteInfoUpdated Reports the current satellite information when it is updated.

Classes that implement IRealTimeFeedEvents

Classes Description
GpsFeed Used to connected to a GPS unit through the communication port, implements IRealTimeFeed, and fires events when the GPS location changes.
GpsPositionDialog (esriArcMapUI) Display GPS Position information.
RealTimeFeedEventsListener (esriSystemUtility) Helper coclass to provide IRealTimeFeedEvents support to the C++ API.
RealTimeFeedManager The real-time feed manager object.
RealTimeFeedSimulator The real-time feed simulator object.