About GPS ToolKit.NET
Introduction
Purchasing GPS ToolKit.NET
Redistributing GPS ToolKit.NET
License Agreement
Support
Getting Started
Getting Started
Setting up the GPS
Basic Concepts
GPS ToolKit Sample Projects
About GPS ToolKit Errors
Reference
GPSToolKit Class
Properties
BaudRate
ExtendedFixData
IsGPSConnected
IsPortOpen
LastPositionUpdateTime
NavigationData
PortName
Protocol
Position
Satellites
Speed
TrueCourse
Methods
AddRoute
AddTrack
AddWaypoint
AutoDetectGPS
Close
GetAvailableSystemPorts
GetGPSInfo
GetRoutes
GetSystemPorts
GetTracks
GetWaypoints
Open
ShutOffGPS
WriteRawBinaryToGPS
WriteRawToGPS
Events
FileComplete
GPSConnected
GPSDisconnected
NavigationUpdate
PositionUpdate
RawDataReceived
SatelliteUpdate
Supporting Classes
Altitude
Angle
Distance
ExtendedFixData
Properties
DGPSRefStationID
EstimatedHorizontalError
EstimatedPositionError
EstimatedVerticalError
FixMode
GeoidHeightAboveWGS84
HDOP
MagneticVariation
NumSatellitesInView
PDOP
TimeSinceLastDGPSUpdate
VDOP
GPSInfo
Latitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
Longitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
NavData
Properties
ActiveRoute
ArrivedAtDest
CrossTrackError
DestWptName
DestWptPosition
IsValid
MagBearingFromOriginToDest
OriginWptName
TrueBearingFromOriginToDest
TrueBearingToDestWpt
VelocityTowardDestWpt
Position
Methods
BearingFrom
BearingTo
DistanceTo
Route
Properties
Name
Waypoints
Satellite
Speed
Track
Properties
Color
DisplayTrack
Name
TrackPoints
TrackPoint
Waypoint
Collections
RouteCollection
SatelliteCollection
TrackCollection
TrackPointCollection
WaypointCollection

ExtendedFixData Class

Contains information about the fix status, estimated precision, and supplemental data.

Syntax

[Visual Basic]
Dim instance As ExtendedFixData

[C#]
ExtendedFixData instance

[C++]
ExtendedFixData* instance

Remarks

ExtendedFixData contains information about the fix status, estimated precision, and supplemental data.

Instance Hierarchy

SciCom
   SciCom.GPSToolKit
     SciCom.GPSToolKit.GPSToolKit
         SciCom.GPSToolKit.GPSToolKit.ExtendedFixData

Thread Safety

ExtendedFixData is thread safe for use by multiple threads.

Properties

Property Description
DGPSRefStationID property Returns the ID of the current DGPS reference station
EstimatedHorizontalError property Returns the estimated horizontal error in meters
EstimatedPositionError property Returns the estimated position error in meters
EstimatedVerticalError property Returns the estimated vertical error in meters
FixMode property Returns the type and mode of the position fix
GeoidHeightAboveWGS84 property Returns the current geoid height above the WGS84 ellipsoid
HDOP property Returns the current GPS horizontal dilution of precision
MagneticVariation property Returns the current GPS reported magnetic variation.
NumSatellitesInView property Returns the number of satellites currently in view of the GPS.
PDOP property Returns the current GPS positional dilution of precision.
TimeSinceLastDGPSUpdate property Returns the time since the last DGPS update in seconds.
VDOP property Returns a double representing the distance value in nautical miles

See Also

GPSToolKit class | PositionUpdate event