Skip navigation links

Package net.degreedays.api.data.impl

Implementations of abstract types from net.degreedays.api.data.

See: Description

Package net.degreedays.api.data.impl Description

Implementations of abstract types from net.degreedays.api.data. These classes provide a range of options for specifying the degree-day data you want as part of a LocationDataRequest.

Instead of accessing these classes directly, it's generally easier to use the static factory methods on the abstract types in net.degreedays.api.data. For example, when you need to create a Location object, type Location. and your IDE should pop up static factory methods for the various location types that you can choose from, like Location.stationId(String) and Location.postalCode(String, String).

Whether you're using the static-factory methods or not, this package is the place to look for detailed documentation on the types it contains.

Skip navigation links


See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.