Package | Description |
---|---|
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
Modifier and Type | Method and Description |
---|---|
AverageDataSet.Builder |
AverageDataSet.Builder.setAnnualAverage(DataValue annualAverage) |
AverageDataSet.Builder |
AverageDataSet.Builder.setFirstYear(int firstYear) |
AverageDataSet.Builder |
AverageDataSet.Builder.setLastYear(int lastYear) |
AverageDataSet.Builder |
AverageDataSet.Builder.setMonthlyAverage(int monthIndexWithJanAs1,
DataValue monthlyAverage)
Sets the average value for the specified month (January having index
1).
|
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.