public class CornerLongitudePoint1 extends AbstractRvtPoiAoiLongitude
NW corner of AOI.Map -(2^31-1)..(2^31-1) to +/-180. Use -(2^31) as an "error" indicator. -(2^31) = 0x80000000.
Resolution: ~84 nano degrees.
Required when sending an AOI.
This is the upper left corner longitude.
Constructor and Description |
---|
CornerLongitudePoint1(byte[] bytes)
Create from encoded bytes.
|
CornerLongitudePoint1(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 CornerLongitudePoint1(double degrees)
degrees
- Longitude, in degrees [-180,180], or Double.POSITIVE_INFINITY
to
represent an error conditionpublic CornerLongitudePoint1(byte[] bytes)
bytes
- Longitude, encoded as a 4-byte integerpublic final String getDisplayName()
IKlvValue
getDisplayName
in interface IKlvValue
getDisplayName
in class AbstractRvtPoiAoiLongitude
Copyright © 2022 West Ridge Systems. All rights reserved.