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

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

Uses of DatedDataSet in net.degreedays.api.data
 

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



www.degreedays.net/api/