public class AirfieldElevation extends UasDatalinkAltitude
From ST:
Elevation of airfield corresponding to Airfield Barometric Pressure.Airfield Elevation is measured at the airfield location. This relates to the Airfield Barometric Pressure metadata item.
Map 0..(2^16-1) to -900..19000 meters.
Resolution: ~0.3 meters.
DELTA| Constructor and Description |
|---|
AirfieldElevation(byte[] bytes)
Create from encoded bytes.
|
AirfieldElevation(double meters)
Create from value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getBytes, getDisplayableValue, getMeterspublic AirfieldElevation(double meters)
meters - Altitude in meters. Legal values are in [-900,19000].public AirfieldElevation(byte[] bytes)
bytes - The byte array of length 2Copyright © 2022 West Ridge Systems. All rights reserved.