public class AlternatePlatformLatitude extends UasDatalinkLatitude
From ST:
Alternate Platform Latitude. Represents latitude of platform connected with UAS. Based on WGS84 ellipsoid.Map -(2^31-1)..(2^31-1) to +/-90. Use -(2^31) as an "error" indicator. -(2^31) = 0x80000000.
Resolution: ~42 nano degrees.
DELTA
Constructor and Description |
---|
AlternatePlatformLatitude(byte[] bytes)
Create from encoded bytes.
|
AlternatePlatformLatitude(double degrees)
Create from value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getBytes, getDegrees, getDisplayableValue
public AlternatePlatformLatitude(double degrees)
degrees
- Latitude, in degrees [-90,90], or Double.POSITIVE_INFINITY
to
represent an error conditionpublic AlternatePlatformLatitude(byte[] bytes)
bytes
- Latitude, encoded as a 4-byte intCopyright © 2022 West Ridge Systems. All rights reserved.