public class TargetLocationLongitude extends UasDatalinkLongitude
From ST:
Calculated Target longitude. This is the crosshair location if different from the frame center. 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 |
|---|
TargetLocationLongitude(byte[] bytes)
Create from encoded bytes.
|
TargetLocationLongitude(double degrees)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getBytes, getDegrees, getDisplayableValuepublic TargetLocationLongitude(double degrees)
degrees - Longitude, in degrees [-180,180], or Double.POSITIVE_INFINITY to
represent an error conditionpublic TargetLocationLongitude(byte[] bytes)
bytes - Longitude, encoded as a 4-byte intCopyright © 2022 West Ridge Systems. All rights reserved.