public class GeometryConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
LATITUDE_SPAN
This constant represents the latitude span when representing a geolocation.
|
static double |
LONGITUDE_SPAN
This constant represents the longitude span when representing a geolocation.
|
static double |
MAX_LATITUDE
This constant represents the highest latitude value available to represent a geolocation.
|
static double |
MAX_LONGITUDE
This constant represents the highest longitude value available to represent a geolocation.
|
static double |
MAX_MERCATOR_LATITUDE
Maximum latitude value in Mercator projection.
|
static double |
MAX_WRAP_LONGITUDE
This constant represents the highest longitude value available to represent a wrapped geolocation.
|
static double |
MIN_LATITUDE
This constant represents the lowest latitude value available to represent a geolocation.
|
static double |
MIN_LONGITUDE
This constant represents the lowest longitude value available to represent a geolocation.
|
static double |
MIN_MERCATOR_LATITUDE
Minimum latitude value in Mercator projection.
|
static double |
MIN_WRAP_LONGITUDE
This constant represents the lowest longitude value available to represent a wrapped geolocation.
|
static int |
RADIUS_EARTH_METERS
The equatorial radius
value in meters
|
public static final int RADIUS_EARTH_METERS
public static final double MIN_WRAP_LONGITUDE
public static final double MAX_WRAP_LONGITUDE
public static final double MIN_LONGITUDE
public static final double MAX_LONGITUDE
public static final double MIN_LATITUDE
public static final double LATITUDE_SPAN
public static final double LONGITUDE_SPAN
public static final double MAX_LATITUDE
public static final double MAX_MERCATOR_LATITUDE
public static final double MIN_MERCATOR_LATITUDE