Class RadarMN2.MercatorProjection

    • Constructor Summary

      Constructors 
      Constructor Description
      MercatorProjection​(double width)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getX​(double xcoord)  
      double getXCoord​(double x)  
      double getY​(double ycoord)  
      double getYCoord​(double y)  
      double getYraw​(double ycoord)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MercatorProjection

        public MercatorProjection​(double width)
    • Method Detail

      • getX

        public double getX​(double xcoord)
      • getYraw

        public double getYraw​(double ycoord)
      • getY

        public double getY​(double ycoord)
      • getXCoord

        public double getXCoord​(double x)
      • getYCoord

        public double getYCoord​(double y)