Uses of Package
com.oopitis.weather

Packages that use com.oopitis.weather
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. 
com.oopitis.weather.owm Implementation for Open Weather Map. 
 

Classes in com.oopitis.weather used by com.oopitis.weather
Feature
          Objects of this class represent features, or data groups, of weather services.
GeoLocation
          An object of this class represents either a specific geographical location or locations that share the same attributes.
GeoLocation.Coordinates
          Geographical coordinates for a location.
PrecipitationForm
          Forms of precipitation.
Queryable
          A list of weather properties that can be used in a query.
QueryHint
          A hint about what should be returned for a query.
WeatherProperty
          An object of this class represents a piece of weather information.
WeatherPropertyMap
          Read-only access to weather data.
WeatherPropertySet
          A set of weather properties.
WeatherReport
          A group of weather data associated with a time and a location.
WeatherService
          A service that reports weather conditions for a location based on a query hint.
WeatherServiceException
          A generic exception indicating an error has occurred during a weather service operation.
 

Classes in com.oopitis.weather used by com.oopitis.weather.fio
Feature
          Objects of this class represent features, or data groups, of weather services.
GeoLocation
          An object of this class represents either a specific geographical location or locations that share the same attributes.
GeoLocation.Coordinates
          Geographical coordinates for a location.
QueryHint
          A hint about what should be returned for a query.
URLDataSource
          A helper class for retrieving weather data from URL-based providers.
WeatherProperty
          An object of this class represents a piece of weather information.
WeatherPropertyMap
          Read-only access to weather data.
WeatherPropertySet
          A set of weather properties.
WeatherReport
          A group of weather data associated with a time and a location.
WeatherService
          A service that reports weather conditions for a location based on a query hint.
 

Classes in com.oopitis.weather used by com.oopitis.weather.owm
Feature
          Objects of this class represent features, or data groups, of weather services.
GeoLocation
          An object of this class represents either a specific geographical location or locations that share the same attributes.
GeoLocation.Coordinates
          Geographical coordinates for a location.
QueryHint
          A hint about what should be returned for a query.
URLDataSource
          A helper class for retrieving weather data from URL-based providers.
WeatherProperty
          An object of this class represents a piece of weather information.
WeatherPropertySet
          A set of weather properties.
WeatherReport
          A group of weather data associated with a time and a location.
WeatherService
          A service that reports weather conditions for a location based on a query hint.