Uses of Interface
net.agmodel.weatherData.MetSequence

Packages that use MetSequence
net.agmodel.metBroker   
net.agmodel.metDriver Contains driver classes that MetBroker uses to connect to databases, and the interfaces they implement.
 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of MetSequence in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker with parameters of type MetSequence
 void MetSourceImpl.processSequence(MetElement element, MetSequence sequence, MetRequest request, Duration queryResolution, StationDataSetImpl result)
           
 

Uses of MetSequence in net.agmodel.metDriver
 

Methods in net.agmodel.metDriver with parameters of type MetSequence
 void MetSourceForDrivers.processSequence(MetElement element, MetSequence sequence, MetRequest request, Duration queryResolution, StationDataSetImpl result)
          Adds the supplied sequence into the supplied result set, summarising it if necessary.
If the sequence is null the source metadata is updated to reflect the absence of any data.
 

Uses of MetSequence in net.agmodel.weatherData
 

Subinterfaces of MetSequence in net.agmodel.weatherData
 interface AirTemperature
          Interface to air temperature sequences.
 interface Humidity
          Provides a consistent interface to sequences storing humidity data in various forms
 interface LeafWetness
          Interface to a leafwetness sequences.
 interface MultiQuantity
          Parent interface for airMulti, and leaf wetness sequences.
 interface Rain
          Interface to a sequence of rainfall totals.
 interface ScalarQuantity
          Parent interface for air and water temperature, and leaf wetness sequences.
 interface SoilTemperature
          Interface to a set of soil temperature readings at various depths.
 interface SolarRadiation
          Interface to a solar radiation sequence which can store several kinds of solar radiation.
The different kinds of radiation are accessed using the constants in RadiationKind as indices Radiation is commonly measured either as an instantaneous value or as an integral over time.
 interface Sunshine
          Interface to a sequence of sunshine records (hours of bright sunlight).
 interface WaterTemperature
          Interface to water temperature sequences.
 interface Wind
          Interface to a sequence of wind speed and/or direction readings Wind is commonly measured either as an instantaneous value or as an integral over time (wind run).
 

Classes in net.agmodel.weatherData that implement MetSequence
 class AirTempMaxMinImpl
          Manages a pair of maximum and minimum air temperature sequences
 class AirTempMaxMinMeanImpl
          Adds a store for the true mean temperature to AirTempMaxMin
 class AirTempMultiImpl
          Manages a set of air temperature measurements from a multiple sensors.
 class AirTempSingleImpl
          Manages a sequence of air temperatures.
 class GeneralMetSequenceImpl
          A general mechanism for implementing MetSequences.
 class LeafWetnessMultiImpl
          Manages a sequence of leaf wetness measurements from a single sensor.
 class LeafWetnessSingleImpl
          Manages a sequence of leaf wetness measurements from a single sensor.
 class MultiImpl
          Manages a set of readings with more than one component.
 class RainImpl
          Stores a sequence of rainfall totals.
 class RHImpl
          Humidity manages a sequence of water vapour measurements.
 class ScalarImpl
          Manages a sequence of scalar values.
 class ScalarMaxMinImpl
          Manages a pair of maximum and minimum temperature sequences
 class ScalarMaxMinMeanImpl
          Adds a store for the true mean value to TempMaxMin
 class SoilTemperatureImpl
          Manages a set of soil temperature readings at various depths.
 class SolarRadiationImpl
          Implements a solar radiation sequence using an array of Stores store values==null is used to indicate that no data of that type is available Radiation values are stored internally in W/m2 (except for PPFD in (µmol s-1m-2))
 class SunshineImpl
          Stores a sequence of sunshine totals.
 class WaterTempSingleImpl
          Manages a sequence of water temperatures.
 class WetDryImpl
          Represents humidity using a pair of wet and dry bulb temperature sequences Note that only point measurements of wet and dry bulb temperatures should be used hence there is no "putxxxBulbTempOverInterval()" method.
 class WindImpl
          Stores a sequence of wind readings including speed and/or direction.
 class WindProfileImpl
          Stores a sequence of wind readings including speed and/or direction at various heights.
 

Methods in net.agmodel.weatherData that return MetSequence
 MetSequence WindProfileImpl.summarize(Duration longerResolution)
           
 MetSequence WindImpl.summarize(Duration longerResolution)
           
 MetSequence WetDryImpl.summarize(Duration longerResolution)
           
 MetSequence WaterTempSingleImpl.summarize(Duration longerResolution)
           
 MetSequence SunshineImpl.summarize(Duration longerResolution)
           
 MetSequence StationDataSetImpl.getSequence(MetElement element)
          Gets the data, if it exists, for a particular weather element.
 MetSequence StationDataSet.getSequence(MetElement element)
          Gets the data, if it exists, for a particular weather element.
 MetSequence SolarRadiationImpl.summarize(Duration longerResolution)
           
 MetSequence SoilTemperatureImpl.summarize(Duration longerResolution)
          Returns the average of the sequence.
 MetSequence RHImpl.summarize(Duration longerResolution)
           
 MetSequence RainImpl.summarize(Duration longerResolution)
           
 MetSequence MetSequence.summarize(Duration longerResolution)
          Creates a lower resolution sequence which summarizes this sequence
 MetSequence LeafWetnessSingleImpl.summarize(Duration longerResolution)
           
 MetSequence LeafWetnessMultiImpl.summarize(Duration longerResolution)
           
 MetSequence AirTempSingleImpl.summarize(Duration longerResolution)
           
 MetSequence AirTempMultiImpl.summarize(Duration longerResolution)
           
 MetSequence AirTempMaxMinMeanImpl.summarize(Duration longerResolution)
          Returns the result of the average method
 MetSequence AirTempMaxMinImpl.summarize(Duration longerResolution)
          Returns the result of the average method
 

Methods in net.agmodel.weatherData with parameters of type MetSequence
 void StationDataSetImpl.addSequence(MetSequence sequenceToAdd)
          Adds a weather data sequence into the data set.
 



Copyright (C) NARC 2001 All Rights Reserved.