public class LatLons
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static LatLon |
MAX_VALUE |
static LatLon |
MIN_VALUE |
| Constructor and Description |
|---|
LatLons() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkValidity(double lat,
double lon) |
static void |
checkValidity(LatLon x) |
static boolean |
isValid(double lat,
double lon) |
static boolean |
isValid(LatLon x) |