public final class GeoJsonConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
MAX_LATITUDE
While on a Mercator projected map the width (longitude) has a finite values, the height
(latitude) can be infinitely long.
|
static double |
MAX_LONGITUDE
A Mercator project has a finite longitude values, this constant represents the highest value
available to represent a geolocation.
|
static double |
MIN_LATITUDE
While on a Mercator projected map the width (longitude) has a finite values, the height
(latitude) can be infinitely long.
|
static double |
MIN_LONGITUDE
A Mercator project has a finite longitude values, this constant represents the lowest value
available to represent a geolocation.
|
public static final double MIN_LONGITUDE
public static final double MAX_LONGITUDE
public static final double MIN_LATITUDE
public static final double MAX_LATITUDE