|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Parent interface for airMulti, and leaf wetness sequences. Use in situations where there are no standards for the "sub-type" of measurements or in experimental situations where you need to handle replicates. eg there are no agreed standards for leaf wetness measurements.
| Method Summary | |
JigsawQuantity |
getAverage(int index,
Interval interval)
Returns the average temperature over the interval. |
JigsawQuantity |
getInstant(int index,
Date time)
Returns the instantaneous temperature at a particular point in time. |
JigsawQuantity |
getMaximum(int index,
Interval interval)
Returns the maximum temperature over the interval. |
JigsawQuantity |
getMinimum(int index,
Interval interval)
Returns the minimum temperature 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(int index,
Interval interval)
interval - the interval of interestindex - the component of interest (0-based)
public JigsawQuantity getMaximum(int index,
Interval interval)
interval - the interval of interestindex - the component of interest (0-based)
public JigsawQuantity getInstant(int index,
Date time)
time - the time of interestindex - the component of interest (0-based)
public JigsawQuantity getAverage(int index,
Interval interval)
interval - the interval of interestindex - the component of interest (0-based)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||