ArcGIS Runtime SDK for WPF - Library Reference
FileGpsCoordinateWatcher Class
Members  See Also 
ESRI.ArcGIS.Client.Local.Gps Namespace : FileGpsCoordinateWatcher Class

Parse a file containing NMEA 0183 sentences with GPS data.

Object Model

FileGpsCoordinateWatcher Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class FileGpsCoordinateWatcher 
   Inherits GpsCoordinateWatcher
C# 
public sealed class FileGpsCoordinateWatcher : GpsCoordinateWatcher 

Remarks

This class uses an ASCII text file of stored NMEA 0183 sentences to replay GPS information. To receive GPS information, you must provide the class with a text file containing NMEA 0183 sentences (GGA, GSA, GSV, RMC and VTG sentence formatters are supported). Once a connection to this file is established, the positional information is accessible through the NMEASentenceEventArgs class.

Note that the FileGpsCoordinateWatcher will NOT automatically return back to the beginning of the text file after it reaches the last line of the text unless the LoopPlayback property is set to True (Default is False).

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher
      ESRI.ArcGIS.Client.Local.Gps.FileGpsCoordinateWatcher

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.