public class FullCornerLatitude extends UasDatalinkLatitude
From ST:
Frame latitude for image corner. Full Range. 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.
Modifier and Type | Field and Description |
---|---|
static String |
CORNER_LAT_1
Display name for first corner latitude.
|
static String |
CORNER_LAT_2
Display name for second corner latitude.
|
static String |
CORNER_LAT_3
Display name for third corner latitude.
|
static String |
CORNER_LAT_4
Display name for fourth corner latitude.
|
DELTA
Constructor and Description |
---|
FullCornerLatitude(byte[] bytes,
String displayName)
Create from encoded bytes.
|
FullCornerLatitude(double degrees,
String displayName)
Create from value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Get the human-readable name for the value.
|
getBytes, getDegrees, getDisplayableValue
public static final String CORNER_LAT_1
public static final String CORNER_LAT_2
public static final String CORNER_LAT_3
public static final String CORNER_LAT_4
public FullCornerLatitude(double degrees, String displayName)
degrees
- Latitude, in degrees [-90,90], or Double.POSITIVE_INFINITY
to
represent an error conditiondisplayName
- human readable (display) name for this type - see static valuespublic FullCornerLatitude(byte[] bytes, String displayName)
bytes
- Latitude, encoded as a 4-byte intdisplayName
- human readable (display) name for this type - see static valuesCopyright © 2022 West Ridge Systems. All rights reserved.