|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface to a sequence of sunshine records (hours of bright sunlight).
| Method Summary | |
JigsawQuantity |
getAverage(Interval interval)
Returns the average hours of sunshine over the interval. |
JigsawQuantity |
getMaximum(Interval interval)
Returns the maximum sunshine hours over the interval. |
JigsawQuantity |
getMinimum(Interval interval)
Returns the minimum hours of sunlight over the interval. |
JigsawQuantity |
getTotal(Date time)
Returns the sunshine over the period preceding and including the time specified. |
JigsawQuantity |
getTotal(Interval interval)
Returns the total sunshine hours over the interval. |
| Methods inherited from interface net.agmodel.weatherData.MetSequence |
getSequenceElement, summarize |
| Methods inherited from interface net.agmodel.physical.CompoundSequence |
cancelTemporalInterpolation, getAllCoverage, getAllData, getCoverage, getData, getMaximumTemporalInterpolation, getSubHeading, getTemporalInterpolation, getUnitsHeading, setSequenceHeading, setSubHeading, setTemporalInterpolation, setUnitsHeading |
| Methods inherited from interface net.agmodel.physical.Sequence |
clone, dumpSequence, getColumnHeading, getContentsAsString, getCurrentResolution, getDateRange, getName, getNumberOfSubComponents, getResolution, getSequenceHeading, getSubHeading, getSummaryKind, getUnitsHeading, setColumnHeading, setName |
| Method Detail |
public JigsawQuantity getMinimum(Interval interval)
public JigsawQuantity getMaximum(Interval interval)
public JigsawQuantity getAverage(Interval interval)
public JigsawQuantity getTotal(Interval interval)
public JigsawQuantity getTotal(Date time)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||