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

Packages that use AverageDataSet
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of AverageDataSet in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return AverageDataSet
 AverageDataSet AverageDataSet.Builder.build()
           
 AverageDataSet DataSets.getAverage(AverageDataSpec dataSpec)
          Convenience alternative to calling get(dataSpec) with an AverageDataSpec and then casting the result.
 AverageDataSet DatedDataSet.transformToAverage(AverageBreakdown targetBreakdown)
          Returns a new AverageDataSet object, based on the data contained within this, but transformed to fit the targetBreakdown.
 



www.degreedays.net/api/