Package | Description |
---|---|
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
net.degreedays.api.data.impl |
Implementations of abstract types from
net.degreedays.api.data . |
Modifier and Type | Method and Description |
---|---|
AverageBreakdown |
AverageDataSpec.breakdown()
Returns the non-null
AverageBreakdown that defines the way
in which the degree days should be broken down and the period in time
that they should cover. |
Modifier and Type | Method and Description |
---|---|
static AverageDataSpec |
DataSpec.average(Calculation calculation,
AverageBreakdown averageBreakdown)
Returns a non-null
AverageDataSpec object with the
specified Calculation and AverageBreakdown . |
AverageDataSet |
DatedDataSet.transformToAverage(AverageBreakdown targetBreakdown)
Returns a new
AverageDataSet object, based on the data
contained within this , but transformed to fit the
targetBreakdown . |
Constructor and Description |
---|
AverageDataSpec(Calculation calculation,
AverageBreakdown averageBreakdown)
Constructs an
AverageDataSpec object with the specified
Calculation and AverageBreakdown . |
Modifier and Type | Class and Description |
---|---|
class |
FullYearsAverageBreakdown
A type of
AverageBreakdown used to specify that average-degree-day
figures should be derived from data covering a specified number of full
calendar years. |
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.