|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides a consistent interface to sequences storing humidity data in various forms
| Method Summary | |
JigsawQuantity |
getAverage(Interval interval)
Returns the average humidity over the interval. |
JigsawQuantity |
getAverageDewpoint(Interval interval)
Returns the average dewpoint temperature over the interval. |
JigsawQuantity |
getInstant(Date time)
Returns the instantaneous humidity at a particular point in time. |
JigsawQuantity |
getInstantDewpoint(Date time)
Returns the instantaneous dewpoint temperature at a particular point in time. |
JigsawQuantity |
getMaximum(Interval interval)
Returns the maximum humidity over the interval. |
JigsawQuantity |
getMinimum(Interval interval)
Returns the minimum humidity 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)
getMinimum in interface ScalarQuantityinterval - the interval of interest
public JigsawQuantity getMaximum(Interval interval)
getMaximum in interface ScalarQuantityinterval - the interval of interest
public JigsawQuantity getInstant(Date time)
getInstant in interface ScalarQuantitytime - the time of interest
public JigsawQuantity getAverage(Interval interval)
getAverage in interface ScalarQuantityinterval - the interval of interest
public JigsawQuantity getAverageDewpoint(Interval interval)
public JigsawQuantity getInstantDewpoint(Date time)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||