java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.RadarMN

public class RadarMN extends Object
  • 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)