Uses of Class
com.oopitis.weather.GeoLocation.Coordinates

Packages that use GeoLocation.Coordinates
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 GeoLocation.Coordinates in com.oopitis.weather
 

Methods in com.oopitis.weather that return GeoLocation.Coordinates
 GeoLocation.Coordinates GeoLocation.getCoordinates()
          Returns the geographical coordinates of this location.
static GeoLocation.Coordinates GeoLocation.newCoordinates(float latitude, float longitude)
          Creates a new Coordinates object.
 

Constructors in com.oopitis.weather with parameters of type GeoLocation.Coordinates
GeoLocation(java.lang.String id, java.lang.String city, java.lang.String region, java.lang.String zipCode, java.util.Locale locale, GeoLocation.Coordinates coordinates)
          Constructs a GeoLocation with one or more associated attributes.
 

Uses of GeoLocation.Coordinates in com.oopitis.weather.fio
 

Methods in com.oopitis.weather.fio with parameters of type GeoLocation.Coordinates
protected  java.lang.String FioData.getUrl(GeoLocation.Coordinates c, java.util.Date beginTime, java.util.Set<Feature> features)
          Constructs a URL based on a location, time and set of features.
 

Uses of GeoLocation.Coordinates in com.oopitis.weather.owm
 

Methods in com.oopitis.weather.owm with parameters of type GeoLocation.Coordinates
protected  OwmLocation OwmData.newOwmLocation(java.lang.Long id, java.lang.String city, java.lang.String countryCodeOrName, GeoLocation.Coordinates coordinates)
          Creates a location object to be used in a report.