Package zombie.worldMap
Class MapProjection
java.lang.Object
zombie.worldMap.MapProjection
public final class MapProjection
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MapProjection.BoundingBox
static class
MapProjection.LngLat
static class
MapProjection.ProjectedMeters
-
Field Summary
Fields Modifier and Type Field Description static double
EARTH_CIRCUMFERENCE_METERS
static double
EARTH_HALF_CIRCUMFERENCE_METERS
static double
EARTH_RADIUS_METERS
static double
MAX_LATITUDE_DEGREES
-
Constructor Summary
Constructors Constructor Description MapProjection()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EARTH_RADIUS_METERS
public static final double EARTH_RADIUS_METERS- See Also:
- Constant Field Values
-
EARTH_HALF_CIRCUMFERENCE_METERS
public static final double EARTH_HALF_CIRCUMFERENCE_METERS- See Also:
- Constant Field Values
-
EARTH_CIRCUMFERENCE_METERS
public static final double EARTH_CIRCUMFERENCE_METERS- See Also:
- Constant Field Values
-
MAX_LATITUDE_DEGREES
public static final double MAX_LATITUDE_DEGREES- See Also:
- Constant Field Values
-
-
Constructor Details
-
MapProjection
public MapProjection()
-
-
Method Details
-
exp2
public static double exp2(double double1) -
log2
public static double log2(double double1)
-