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 long
RADARMAP_BYTESIZE
static int
RADARMAP_PIXEL_FIXEDHEIGHT
static int
RADARMAP_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 float
getGeoHeight(int x)
static float
getGeoWidth(int y)
static float
getGeoX(int x, int y)
static float
getGeoXRowStart(int y)
static float
getGeoY(int x, int y)
static float
getGeoYStartTop(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)
-
-