Uses of Interface
com.oopitis.weather.WeatherPropertyMap

Packages that use WeatherPropertyMap
com.oopitis.weather This package provides a common interface for users to access weather information from different data sources, and a skeletal implementation for data providers to quickly set up data access via Java. 
com.oopitis.weather.fio Implementation for forecast.io. 
 

Uses of WeatherPropertyMap in com.oopitis.weather
 

Classes in com.oopitis.weather that implement WeatherPropertyMap
 class WeatherReport
          A group of weather data associated with a time and a location.
 

Constructors in com.oopitis.weather with parameters of type WeatherPropertyMap
WeatherReport(Feature feature, java.util.Date time, GeoLocation location, WeatherPropertyMap map)
          Creates a weather report.
 

Uses of WeatherPropertyMap in com.oopitis.weather.fio
 

Subinterfaces of WeatherPropertyMap in com.oopitis.weather.fio
static interface FioData.DataBlock
          This is roughly a Data Block object described by forecast.io.
static interface FioData.DataPoint
          Data access interface that accepts a forecast.io property name or a WeatherProperty object.
static interface FioData.Response
          The full forecast.io response.