Class RadarMN
java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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[]static int[]getPixels(Bitmap bitmap)
-
Field Details
-
RADARMAP_PIXEL_FIXEDWIDTH
public static final int RADARMAP_PIXEL_FIXEDWIDTH- See Also:
-
RADARMAP_PIXEL_FIXEDHEIGHT
public static final int RADARMAP_PIXEL_FIXEDHEIGHT- See Also:
-
RADARMAP_BYTESIZE
public static final long RADARMAP_BYTESIZE- See Also:
-
-
Constructor Details
-
RadarMN
public RadarMN()
-
-
Method Details
-
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)
-