类 MercatorUtils


  • public final class MercatorUtils
    extends java.lang.Object
    A utility class of methods that help when dealing with standard Mercator projections.
    作者:
    joshua.marinacci@sun.com
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static int latToY​(double latitudeDegrees, double radius)  
      static int longToX​(double longitudeDegrees, double radius)  
      static double xToLong​(int x, double radius)  
      static double yToLat​(int y, double radius)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • longToX

        public static int longToX​(double longitudeDegrees,
                                  double radius)
      • latToY

        public static int latToY​(double latitudeDegrees,
                                 double radius)
      • xToLong

        public static double xToLong​(int x,
                                     double radius)
      • yToLat

        public static double yToLat​(int y,
                                    double radius)