Uses of Class
net.agmodel.physical.SummaryHistory

Packages that use SummaryHistory
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of SummaryHistory in net.agmodel.physical
 

Methods in net.agmodel.physical that return SummaryHistory
 SummaryHistory StoreImpl.getSummaryHistory()
           
 SummaryHistory Store.getSummaryHistory()
          Returns the summary history for the data stored in the sequence
 SummaryHistory GeneralSequenceImpl.getSummaryHistory()
          Returns the summary history for the data stored in the sequence
 

Constructors in net.agmodel.physical with parameters of type SummaryHistory
SynchronousStoreImpl(Interval dateRange, SummaryHistory history, String name)
           
StoreImpl(Interval dateRange, SummaryHistory history, String name)
          Creates a new store covering the period of interest with history details.
GeneralSequenceImpl(Interval dateRange, SummaryHistory composition)
          Creates a general sequence implementation.
 

Uses of SummaryHistory in net.agmodel.weatherData
 

Constructors in net.agmodel.weatherData with parameters of type SummaryHistory
WindProfileImpl(Interval dateRange, SummaryHistory composition, double[] heights, String heightUnits)
          Creates a set of wind sequences which can store speed and/or direction at various heights.
WindImpl(Interval dateRange, SummaryHistory composition, double height, String heightUnits)
          Creates a wind sequence which can store speed and/or direction.
WetDryImpl(Interval dateRange, SummaryHistory composition)
          Creates a wet and dry bulb sequence.
WaterTempSingleImpl(Interval dateRange, SummaryHistory composition, double measurementDepth)
          Creates an water temperature sequence.
SunshineImpl(Interval dateRange, SummaryHistory composition)
          Creates a data sequence for an element.
SolarRadiationImpl(Interval dateRange, SummaryHistory composition)
           
SoilTemperatureImpl(Interval dateRange, SummaryHistory composition, int numberOfDepths)
           
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.
RHImpl(Interval dateRange, SummaryHistory composition, AirTemperature temperature)
           
RainImpl(Interval dateRange, SummaryHistory composition)
          Creates a data sequence for an element.
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.
LeafWetnessSingleImpl(Interval dateRange, SummaryHistory composition)
          Creates a leaf wetness sequence.
LeafWetnessMultiImpl(Interval dateRange, SummaryHistory composition, String[] newlabels)
          Creates a leaf wetness sequence containing multiple measurements at each time (eg canopy and standard).
GeneralMetSequenceImpl(MetElement element, Interval dateRange, SummaryHistory composition)
          Creates a general sequence implementation.
AirTempSingleImpl(Interval dateRange, SummaryHistory composition, double measurementHeight)
          Creates an air temperature sequence.
AirTempSingleImpl(Interval dateRange, SummaryHistory composition)
          Creates an air temperature sequence.
AirTempMultiImpl(Interval dateRange, SummaryHistory composition, String[] newlabels, double[] measurementHeights)
          Creates an air temperature sequence containing multiple measurements at each time (eg canopy and standard).
AirTempMaxMinMeanImpl(Interval dateRange, SummaryHistory composition, double measurementHeight)
          Creates a sequence of maximum, minimum, and mean temperatures.
AirTempMaxMinMeanImpl(Interval dateRange, SummaryHistory composition)
          Creates a sequence of maximum, minimum, and mean temperatures.
AirTempMaxMinImpl(Interval dateRange, SummaryHistory composition, double measurementHeight)
          Creates a sequence of maximum and minimum temperatures.
AirTempMaxMinImpl(Interval dateRange, SummaryHistory composition)
          Creates a sequence of maximum and minimum temperatures.
 



Copyright (C) NARC 2001 All Rights Reserved.