net.agmodel.weatherData
Interface AirTemperature

All Superinterfaces:
CompoundSequence, MetSequence, ScalarQuantity, Sequence
All Known Implementing Classes:
AirTempMaxMinImpl, AirTempMaxMinMeanImpl, AirTempMultiImpl, AirTempSingleImpl

public interface AirTemperature
extends ScalarQuantity

Interface to air temperature sequences.


Field Summary
static double DEFAULTHEIGHT
          The default height in metres for temperature measurements
 
Method Summary
 double getMeasurementHeight()
          Returns the height at which temperature was measured
 
Methods inherited from interface net.agmodel.weatherData.ScalarQuantity
getAverage, getInstant, getMaximum, getMinimum
 
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
 

Field Detail

DEFAULTHEIGHT

public static final double DEFAULTHEIGHT
The default height in metres for temperature measurements

See Also:
Constant Field Values
Method Detail

getMeasurementHeight

public double getMeasurementHeight()
Returns the height at which temperature was measured

Returns:
the height (in metres)