GpsFixRtk class abstract

GPS Fix RTK class

Report of an RTK-GPS fix.

Inheritance
Implemented types

Constructors

GpsFixRtk([void updates(GpsFixRtkBuilder b)?])
factory

Properties

abbrev String
no setteroverride
baseHeight double
Height above WGS-84 ellipsoid of the base.
no setter
baseLat double
WGS-84 Latitude coordinate of the base.
no setter
baseLon double
WGS-84 Longitude coordinate of the base.
no setter
d double
Baseline Down coordinate.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
e double
Baseline East coordinate.
no setter
hashCode int
The hash code for this object.
no setterinherited
iarHyp int
Number of hypotheses in the Integer Ambiguity Resolution (smaller is better).
no setter
iarRatio double
Quality ratio of Integer Ambiguity Resolution (bigger is better).
no setter
msgId int
no setteroverride
n double
Baseline North coordinate.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellites int
Number of satellites used in solution.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
tow int
GPS Time of Week.
no setter
type GpsFixRtkEnumType
Type of fix.
no setter
validity GpsFixRtkBitfieldValidity
Validity of fields.
no setter
vD double
Velocity Down coordinate.
no setter
vE double
Velocity East coordinate.
no setter
vN double
Velocity North coordinate.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(GpsFixRtkBuilder)) GpsFixRtk
Rebuilds the instance.
inherited
toBuilder() GpsFixRtkBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int