Provides access to the events fired by a real-time feed object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ConnectionStatusUpdated | Reports the connection information when it is updated. | |
DateTimeUpdated | Reports the date and time when it is updated. | |
DgpsInfoUpdated | Reports the DGPS information when it is updated. | |
DopInfoUpdated | Reports the current DOP information when it is updated. | |
GroundCourseUpdated | Reports the current ground variance when it is updated. | |
MagneticVarianceUpdated | Reports the current magnetic variance when it is updated. | |
PositionUpdated | Reports the current position when it is updated. 'estimate' is true if the signal is lost and the position is estimated. | |
SatelliteInfoUpdated | Reports the current satellite information when it is updated. |
CoClasses that implement IRealTimeFeedEvents
CoClasses and 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. |