Class WeatherFutureTileLayer

java.lang.Object
org.deltava.beans.wx.WeatherTileLayer
org.deltava.beans.wx.WeatherFutureTileLayer
All Implemented Interfaces:
Serializable, Comparable<WeatherTileLayer>

@Deprecated public class WeatherFutureTileLayer extends WeatherTileLayer
Deprecated.
A bean to store future weather tile layers.
Since:
8.0
Version:
11.6
Author:
Luke
See Also:
  • Constructor Details

    • WeatherFutureTileLayer

      public WeatherFutureTileLayer(String name)
      Deprecated.
      Creates the layer.
      Parameters:
      name - the layer name
  • Method Details

    • getSliceDates

      public SortedSet<TileDate> getSliceDates(Instant effDate)
      Deprecated.
      Returns the slices available for a particular effective date.
      Parameters:
      effDate - the effetive date/time
      Returns:
      a Collection of TileDates
    • addSlice

      public void addSlice(Instant effDate, TileDate td)
      Deprecated.
      Adds an available slice date/time.
      Parameters:
      effDate - the effective date/time
      td - the slice TileDate