Visual Basic (Declaration) | |
---|---|
Public NotInheritable Class FileGpsCoordinateWatcher Inherits GpsCoordinateWatcher |
C# | |
---|---|
public sealed class FileGpsCoordinateWatcher : GpsCoordinateWatcher |
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).
System.Object
ESRI.ArcGIS.Client.Local.Gps.GpsCoordinateWatcher
ESRI.ArcGIS.Client.Local.Gps.FileGpsCoordinateWatcher
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8