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 Summary
Constructors Constructor Description MercatorProjectionTile(double widthPixels, double x0coord, double y0coord, double x1coord, double y1coord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getXCoord(double x)
double
getXPixel(double xcoord)
double
getYCoord(double y)
double
getYPixel(double ycoord)
void
setScaleFactor(double scaleFactor)
-
Methods inherited from class de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN2.MercatorProjection
getX, getY, getYraw
-
-
-
-
Method Detail
-
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 classRadarMN2.MercatorProjection
-
getYCoord
public double getYCoord(double y)
- Overrides:
getYCoord
in classRadarMN2.MercatorProjection
-
-