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