Class TimeBasedWeatherValueFactory

Direct Known Subclasses:
CosmoTimeBasedWeatherValueFactory, IconTimeBasedWeatherValueFactory

public abstract class TimeBasedWeatherValueFactory extends TimeBasedValueFactory<TimeBasedWeatherValueData,WeatherValue>
Abstract factory to handle the conversion from "flat" field to value mapping onto actual TimeBasedValueFactory with WeatherValue
  • Field Details

  • Constructor Details

    • TimeBasedWeatherValueFactory

      protected TimeBasedWeatherValueFactory()
    • TimeBasedWeatherValueFactory

      protected TimeBasedWeatherValueFactory(String timePattern)
    • TimeBasedWeatherValueFactory

      protected TimeBasedWeatherValueFactory(edu.ie3.util.TimeUtil timeUtil)
  • Method Details

    • getCoordinateIdFieldString

      public String getCoordinateIdFieldString()
      Return the field name for the coordinate id
      Returns:
      the field name for the coordinate id
    • getTimeFieldString

      public abstract String getTimeFieldString()
      Return the field name for the date time
      Returns:
      the field name for the date time