Class Dtm
Local geodetic datum and datum offsets from a reference datum.
Implements
Inherited Members
Namespace: NmeaParser.Messages
Assembly: NmeaParser.dll
Syntax
[NmeaMessageType("--DTM")]
public class Dtm : NmeaMessage, IEquatable<NmeaMessage>
Remarks
This sentence is used to define the datum to which a position location and geographic locations in subsequent sentences, is referenced. Latitude, longitude and altitude offsets from the reference datum, and the selection of reference datum, are also provided.
The datum sentence should be transmitted immediately prior to every positional sentence (e.g., GLL
,
BWC
, WPL
) that is referenced to a datum other than WGS84, which is the datum recommended by IMO.
For all datums the DTM sentence should be transmitted prior to any datum change and periodically at intervals of not greater than 30 seconds.
Constructors
Name | Description |
---|---|
Dtm(string, string[]) | Initializes a new instance of the Gll class. |
Properties
Name | Description |
---|---|
AltitudeOffset | Altitude Offset in minutes |
LatitudeOffset | Latitude Offset, decimal degrees |
LocalDatumCode | Local datum code |
LocalDatumSubdivisionCode | Local datum subdivision code. |
LongitudeOffset | Longitude Offset in minutes |
ReferenceDatumCode | Reference datum code |
Applies
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |