This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeFeed Interface (ArcObjects .NET 10.4 SDK) |
Provides access to basic properties of RealTimeFeed.
Description | ||
---|---|---|
ConnectionError | Connection error information. | |
CurrentDateTime | The current date and time. | |
CurrentDgpsInfo | The current DGPS information. | |
CurrentDopInfo | The current DOP information. | |
CurrentGroundCourse | The current ground course. | |
CurrentMagneticVariance | The current magnetic variance. | |
CurrentPosition | The current position information from the real-time feed. | |
CurrentSatelliteCount | The most recent number of satellites. | |
CurrentSatelliteData | The satellite data for the given index value. | |
SpatialReference | The spatial reference of the real-time feed. | |
Start | Starts the real-time feed. If failed and sets error information in 'ConnectionError'. | |
Status | The current status of the real-time feed. | |
Stop | Stops the real-time feed. |
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. |
RealTimeFeedSimulator | The real-time feed simulator object. |