Uses of Class
net.agmodel.weatherData.MetElement

Packages that use MetElement
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 MetElement in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker with parameters of type MetElement
 void ServerStationImpl.recordElementStatus(MetElement element, Duration resolution, Period period, boolean status)
          Record that a station measured or didn't measure an element at a particular resolution over a period.
 boolean ServerStationImpl.metCatalogCardExists(MetElement element, Duration resolution)
          Check whether a station has ever recorded an element at a particular resolution.
 boolean ServerStationImpl.checkMetElementCatalog(MetElement element, Duration resolution, Period period)
          Check whether a station has recorded an element at a particular resolution over the period.
 void MetSourceImpl.recordElementStatus(String stationID, MetElement element, Duration resolution, Period period, boolean status)
           
 void MetSourceImpl.recordMultipleElementStatus(String stationID, MetElement[] elements, Duration[] resolutions, Period period, boolean status)
           
 boolean MetSourceImpl.checkElementCatalog(String stationID, MetElement element, Duration resolution, Period period)
           
 boolean MetSourceImpl.checkCatalog(String clientSessionName, String stationID, MetElement element, Duration resolution, Period period)
           
 boolean MetSourceImpl.catalogCardExists(String clientSessionName, String stationID, MetElement element, MetDuration resolution)
           
 void MetSourceImpl.processSequence(MetElement element, MetSequence sequence, MetRequest request, Duration queryResolution, StationDataSetImpl result)
           
 boolean MetBrokerImpl.metCatalogCardExists(String sessionID, String metSourceID, String stationID, MetElement element, MetDuration resolution)
           
 

Uses of MetElement in net.agmodel.metDriver
 

Methods in net.agmodel.metDriver with parameters of type MetElement
 void MetSourceForDrivers.recordElementStatus(String stationID, MetElement element, Duration resolution, Period period, boolean status)
          Record that a station measured or didn't measure an element at a particular resolution over a period.
 void MetSourceForDrivers.recordMultipleElementStatus(String stationID, MetElement[] elements, Duration[] resolutions, Period period, boolean status)
          Record that a station measured or didn't measure a set of elements at a particular resolution over a period.
 boolean MetSourceForDrivers.checkElementCatalog(String stationID, MetElement element, Duration resolution, Period period)
           
 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 MetElement in net.agmodel.weatherData
 

Fields in net.agmodel.weatherData declared as MetElement
static MetElement MetElement.AIRTEMPERATURE
           
static MetElement MetElement.RAIN
           
static MetElement MetElement.WIND
           
static MetElement MetElement.RADIATION
           
static MetElement MetElement.HUMIDITY
           
static MetElement MetElement.SOILTEMPERATURE
           
static MetElement MetElement.WATERTEMPERATURE
           
static MetElement MetElement.LEAFWETNESS
           
static MetElement MetElement.SUNSHINE
           
 

Methods in net.agmodel.weatherData that return MetElement
 MetElement MetSequence.getSequenceElement()
          Returns the meteorological element stored in the sequence.
 MetElement[] MetRequest.getRequested()
          Gets all the meteorological elements requested.
static MetElement MetElement.first()
           
static MetElement MetElement.last()
           
 MetElement MetElement.prev()
           
 MetElement MetElement.next()
           
static MetElement MetElement.elementFromOrd(int ordIndex)
          Gets an element based on its ordinal index.
 MetElement GeneralMetSequenceImpl.getSequenceElement()
          Returns the meteorological element stored in the sequence.
 

Methods in net.agmodel.weatherData with parameters of type MetElement
 boolean WeatherStation.hasElementAtResolution(MetElement element, MetDuration resolution)
          Whether a station has ever recorded an element at a particular resolution.
 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.
 boolean MetRequest.containsMetElement(MetElement aMetElement)
          Indicates whether a meteorological element is included in a request
 boolean MetBroker.metCatalogCardExists(String sessionID, String metSourceID, String stationID, MetElement element, MetDuration resolution)
          Deprecated. Use getWeatherStation instead
 

Constructors in net.agmodel.weatherData with parameters of type MetElement
ScalarMaxMinMeanImpl(MetElement element, Interval dateRange, SummaryHistory composition, double measurementHeight)
          Creates a sequence of maximum, minimum, and mean values.
ScalarMaxMinMeanImpl(MetElement element, Interval dateRange, SummaryHistory composition)
          Creates a sequence of maximum, minimum, and mean values.
ScalarImpl(MetElement element, Interval dateRange, SummaryHistory composition, double measurementHeight, String label)
          Creates a scalar sequence.
ScalarImpl(MetElement element, Interval dateRange, SummaryHistory composition, String label)
          Creates a scalar sequence.
MultiImpl(MetElement element, Interval dateRange, SummaryHistory composition, String[] newlabels)
          Creates a MultiImpl using an array of Strings to indicate the number and name of the subcomponents.
GeneralMetSequenceImpl(MetElement element, Interval dateRange, SummaryHistory composition)
          Creates a general sequence implementation.
 



Copyright (C) NARC 2001 All Rights Reserved.