Uses of Class
net.degreedays.api.data.Location

Packages that use Location
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
net.degreedays.api.data.impl Implementations of abstract types from net.degreedays.api.data
 

Uses of Location in net.degreedays.api.data
 

Subclasses of Location in net.degreedays.api.data
 class GeographicLocation
           Defines a location in terms of a longitude/latitude or postal/zip code, leaving it to the API to find the nearest good weather station.
 

Methods in net.degreedays.api.data that return Location
 Location LocationInfoRequest.location()
          Returns the non-null Location object for which data is desired.
 Location LocationDataRequest.location()
          Returns the non-null Location object that specifies the location for which the degree days should be generated.
 

Constructors in net.degreedays.api.data with parameters of type Location
LocationDataRequest(Location location, DataSpecs dataSpecs)
          Constructs a LocationDataRequest object with the specified Location and DataSpecs.
LocationInfoRequest(Location location, DataSpecs dataSpecs)
          Constructs a LocationInfoRequest object with the specified Location and DataSpecs.
 

Uses of Location in net.degreedays.api.data.impl
 

Subclasses of Location in net.degreedays.api.data.impl
 class LongLatLocation
          Specifies a location in terms of longitude and latitude coordinates.
 class PostalCodeLocation
          Specifies a location using a postal code (or zip code, post code, or postcode - the terminology depends on the country).
 class StationIdLocation
          Specifies a location in terms of a weather station ID (you can find these IDs through the website at www.degreedays.net or by requesting data from geographic locations).
 



www.degreedays.net/api/