Class RadarMN
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN
-
public class RadarMN extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longRADARMAP_BYTESIZEstatic intRADARMAP_PIXEL_FIXEDHEIGHTstatic intRADARMAP_PIXEL_FIXEDWIDTH
-
Constructor Summary
Constructors Constructor Description RadarMN()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]getData(Context context, int count)static floatgetGeoHeight(int x)static floatgetGeoWidth(int y)static floatgetGeoX(int x, int y)static floatgetGeoXRowStart(int y)static floatgetGeoY(int x, int y)static floatgetGeoYStartTop(int x)static int[]getPixels()static int[]getPixels(Bitmap bitmap)
-
-
-
Field Detail
-
RADARMAP_PIXEL_FIXEDWIDTH
public static final int RADARMAP_PIXEL_FIXEDWIDTH
- See Also:
- Constant Field Values
-
RADARMAP_PIXEL_FIXEDHEIGHT
public static final int RADARMAP_PIXEL_FIXEDHEIGHT
- See Also:
- Constant Field Values
-
RADARMAP_BYTESIZE
public static final long RADARMAP_BYTESIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeoWidth
public static float getGeoWidth(int y)
-
getGeoHeight
public static float getGeoHeight(int x)
-
getGeoXRowStart
public static float getGeoXRowStart(int y)
-
getGeoX
public static float getGeoX(int x, int y)
-
getGeoYStartTop
public static float getGeoYStartTop(int x)
-
getGeoY
public static float getGeoY(int x, int y)
-
getPixels
public static int[] getPixels()
-
getPixels
public static int[] getPixels(Bitmap bitmap)
-
getData
public static int[] getData(Context context, int count)
-
-