Datatype for GPS Coordinates Latitude and Longitude.
Child Datatypes in Degree, Minutes, Seconds and the Direction.
Datatype for a whole GPS Data set.
Identifier | Data type | Default value | Description | |
---|---|---|---|---|
latitude | LGF_typeGPS_DMS | --- | Datatype for GPS Coordinates in Degree, Minutes, Seconds and the Direction. Can be used for latitude and as well for longitude. The Datatype is used e.g. in `LGF_typeGPS`. |
|
dir | Char | '' | Direction [N, S, E, W, n, s, e, w] | |
deg | UInt | 0 | Degrees, Latitude [-89..+ 89]; Longitude [-179..+179] | |
min | UInt | 0 | Minutes [0..+59] | |
sec | UInt | 0 | Seconds [0..+59] | |
longitude | LGF_typeGPS_DMS | --- | Datatype for GPS Coordinates in Degree, Minutes, Seconds and the Direction. Can be used for latitude and as well for longitude. The Datatype is used e.g. in `LGF_typeGPS`. |
|
dir | Char | '' | Direction [N, S, E, W, n, s, e, w] | |
deg | UInt | 0 | Degrees, Latitude [-89..+ 89]; Longitude [-179..+179] | |
min | UInt | 0 | Minutes [0..+59] | |
sec | UInt | 0 | Seconds [0..+59] |