Class APIReaders.getLayerImages

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.APIReaders.getLayerImages
All Implemented Interfaces:
Runnable
Enclosing class:
APIReaders

public static class APIReaders.getLayerImages extends Object implements Runnable
  • Field Details

    • ssl_exception

      public boolean ssl_exception
  • Constructor Details

  • Method Details

    • getGeoServerURL

      public static URL getGeoServerURL(boolean ssl, WeatherLayer weatherLayer)
    • getTimeStamp

      public static String getTimeStamp(long timestamp)
    • getLayerInputStream

      public InputStream getLayerInputStream(WeatherLayer weatherLayer) throws IOException
      Throws:
      IOException
    • readImage

      public static boolean readImage(InputStream inputStream, File targetFile)
    • readLayer

      public boolean readLayer(WeatherLayer weatherLayer, boolean isSubLayer)
    • setForceUpdate

      public void setForceUpdate(boolean b)
    • onStart

      public void onStart()
    • onProgress

      public void onProgress(WeatherLayer weatherLayer)
    • onFinished

      public void onFinished(boolean success)
    • run

      public void run()
      Specified by:
      run in interface Runnable