Uses of Class
com.oopitis.weather.WeatherProperty

Packages that use WeatherProperty
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. 
 

Uses of WeatherProperty in com.oopitis.weather
 

Fields in com.oopitis.weather declared as WeatherProperty
static WeatherProperty<java.lang.String> WeatherService.AlertDescription
          The description of a weather alert.
static WeatherProperty<java.lang.String> WeatherService.AlertTitle
          The title of a weather alert.
static WeatherProperty<java.lang.Float> WeatherService.CloudCoverPercent
          Cloud cover in percentages.
static WeatherProperty<java.lang.Float> WeatherService.DewPointCelsius
          Dew point in degrees Celsius.
static WeatherProperty<java.lang.Float> WeatherService.HumidityPercent
          Humidity in percentages.
static WeatherProperty<java.lang.Float> WeatherService.OzoneColumnarDensityDU
          Ozone columnar density in Dobson units.
static WeatherProperty<java.lang.Float> WeatherService.PrecipAccumCentimeter
          The accumulated precipitation over a given period of time in centimeters.
static WeatherProperty<PrecipitationForm> WeatherService.PrecipForm
          The form of precipitation.
static WeatherProperty<java.lang.Float> WeatherService.PrecipMaxMillimeterPerHour
          The maximum precipitation in a given period of time in millimeters of liquid water per hour.
static WeatherProperty<java.util.Date> WeatherService.PrecipMaxTime
          The time when the maximum precipitation occurs.
static WeatherProperty<java.lang.Float> WeatherService.PrecipMillimeterPerHour
          The precipitation in millimeters of liquid water per hour.
static WeatherProperty<java.lang.Float> WeatherService.PrecipProbabilityPercent
          The probability of precipitation.
static WeatherProperty<java.lang.Float> WeatherService.PressureHectopascal
          Atmospheric pressure in hectopascal.
static WeatherProperty<java.util.Date> WeatherService.SunriseTime
          The time of sunrise.
static WeatherProperty<java.util.Date> WeatherService.SunsetTime
          The time of sunset.
static WeatherProperty<java.lang.Float> WeatherService.TempCelsius
          The temperature at a given time in degrees Celsius.
static WeatherProperty<java.lang.Float> WeatherService.TempMaxCelsius
          The maximum temperature in a given period of time in degrees Celsius.
static WeatherProperty<java.util.Date> WeatherService.TempMaxTime
          The time when the maximum temperature occurs.
static WeatherProperty<java.lang.Float> WeatherService.TempMinCelsius
          The minimum temperature in a given period of time in degrees Celsius.
static WeatherProperty<java.util.Date> WeatherService.TempMinTime
          The time when the minimum temperature occurs.
static WeatherProperty<java.lang.Float> WeatherService.UltravioletIndex
          Ultraviolet index.
static WeatherProperty<java.lang.Float> WeatherService.VisibilityKilometer
          Visibility in kilometers.
static WeatherProperty<java.lang.Float> WeatherService.WindDirectionDegree
          The direction from which the wind originates in degrees, with true north in zero degree and moving clockwise.
static WeatherProperty<java.lang.Float> WeatherService.WindMeterPerSecond
          The wind speed in meters per second.
 

Methods in com.oopitis.weather that return WeatherProperty
 WeatherProperty[] QueryHint.getProperties()
          Returns the list of weather properties of interest.
 WeatherProperty[] Queryable.getQueryableProperties()
          Returns a list of weather properties that can be used in a query.
 WeatherProperty[] WeatherProperty.getQueryableProperties()
          Returns an array with this property as the only element.
 WeatherProperty[] WeatherPropertySet.getQueryableProperties()
          Returns all properties in this set as queryable.
 

Methods in com.oopitis.weather that return types with arguments of type WeatherProperty
 java.util.List<WeatherProperty> WeatherPropertySet.asList()
          Returns this property set as a list.
 java.util.Map<WeatherProperty,java.lang.Object> WeatherReport.get(WeatherPropertySet set)
          Gets the data for a set of weather properties.
 

Methods in com.oopitis.weather with parameters of type WeatherProperty
 boolean WeatherPropertySet.contains(WeatherProperty p)
          Returns true if this property set contains the specified property.
<T> T
WeatherPropertyMap.get(WeatherProperty<T> property)
          Gets the data represented by a weather property.
<T> T
WeatherReport.get(WeatherProperty<T> property)
           
<T> T
WeatherPropertyMap.getStandardDeviation(WeatherProperty<T> property)
          Gets the variability of the data from which a property value is calculated.
<T> T
WeatherReport.getStandardDeviation(WeatherProperty<T> property)
           
 

Constructors in com.oopitis.weather with parameters of type WeatherProperty
WeatherPropertySet(WeatherPropertySet base, WeatherProperty property, WeatherProperty... properties)
          Creates a weather property set based on another set.
WeatherPropertySet(WeatherPropertySet base, WeatherProperty property, WeatherProperty... properties)
          Creates a weather property set based on another set.
WeatherPropertySet(WeatherProperty property, WeatherProperty... properties)
          Creates a weather property set with a list of properties.
WeatherPropertySet(WeatherProperty property, WeatherProperty... properties)
          Creates a weather property set with a list of properties.
 

Constructor parameters in com.oopitis.weather with type arguments of type WeatherProperty
WeatherPropertySet(java.util.Collection<WeatherProperty> c)
          Creates a weather property set from a collection of properties.
 

Uses of WeatherProperty in com.oopitis.weather.fio
 

Fields in com.oopitis.weather.fio declared as WeatherProperty
static WeatherProperty<java.lang.String> FioWeather.Icon
          A machine-readable text summary of a data point.
 

Methods in com.oopitis.weather.fio with parameters of type WeatherProperty
<T> T
FioData.DataPoint.get(WeatherProperty<T> property)
           
protected  java.lang.String FioData.getFioPropertyName(WeatherProperty p)
          Gets the corresponding forecast.io property name for a weather property.
<T> T
FioData.DataPoint.getStandardDeviation(WeatherProperty<T> property)
           
 

Uses of WeatherProperty in com.oopitis.weather.owm
 

Fields in com.oopitis.weather.owm declared as WeatherProperty
static WeatherProperty<java.lang.Float> OwmWeather.TempDayCelsius
          Daytime temperature.
static WeatherProperty<java.lang.Float> OwmWeather.TempEveningCelsius
          Evening temperature.
static WeatherProperty<java.lang.Float> OwmWeather.TempMorningCelsius
          Morning temperature.
static WeatherProperty<java.lang.Float> OwmWeather.TempNightCelsius
          Nighttime temperature.
static WeatherProperty<OwmSummary> OwmWeather.WeatherSummary
          This property corresponds to the weather object in the data.