| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_LATITUDE_DEGREES |
static String |
KEY_LONGITUDE_DEGREES |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
Coordinate() |
Coordinate(Float latitudeDegrees,
Float longitudeDegrees) |
Coordinate(Hashtable<String,Object> hash) |
| Modifier and Type | Method and Description |
|---|---|
Float |
getLatitudeDegrees() |
Float |
getLongitudeDegrees() |
Coordinate |
setLatitudeDegrees(Float latitudeDegrees) |
Coordinate |
setLongitudeDegrees(Float longitudeDegrees) |
clone, deserializeJSON, equals, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_LATITUDE_DEGREES
public static final String KEY_LONGITUDE_DEGREES
public Float getLatitudeDegrees()
public Coordinate setLatitudeDegrees(@NonNull Float latitudeDegrees)
public Float getLongitudeDegrees()
public Coordinate setLongitudeDegrees(@NonNull Float longitudeDegrees)