Class RadarMN2.MercatorProjectionTile

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN2.MercatorProjection
de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN2.MercatorProjectionTile
Enclosing class:
RadarMN2

public static class RadarMN2.MercatorProjectionTile extends RadarMN2.MercatorProjection
  • Constructor Details

    • MercatorProjectionTile

      public MercatorProjectionTile(double widthPixels, double x0coord, double y0coord, double x1coord, double y1coord)
  • Method Details

    • setScaleFactor

      public void setScaleFactor(double scaleFactor)
    • getXPixel

      public double getXPixel(double xcoord)
    • getYPixel

      public double getYPixel(double ycoord)
    • getXCoord

      public double getXCoord(double x)
      Overrides:
      getXCoord in class RadarMN2.MercatorProjection
    • getYCoord

      public double getYCoord(double y)
      Overrides:
      getYCoord in class RadarMN2.MercatorProjection