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

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

Uses of DataTransformException in net.degreedays.api.data
 

Methods in net.degreedays.api.data that throw DataTransformException
 AverageDataSet DatedDataSet.transformToAverage(AverageBreakdown targetBreakdown)
          Returns a new AverageDataSet object, based on the data contained within this, but transformed to fit the targetBreakdown.
 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/