public final class MercatorUtils extends Object
static int
latToY(double latitudeDegrees, double radius)
longToX(double longitudeDegrees, double radius)
static double
xToLong(int x, double radius)
yToLat(int y, double radius)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int longToX(double longitudeDegrees, double radius)
public static int latToY(double latitudeDegrees, double radius)
public static double xToLong(int x, double radius)
public static double yToLat(int y, double radius)
Copyright © 2019. All rights reserved.