Uses of Class
net.agmodel.physical.JigsawQuantity

Packages that use JigsawQuantity
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 JigsawQuantity in net.agmodel.physical
 

Fields in net.agmodel.physical declared as JigsawQuantity
static JigsawQuantity JigsawQuantity.EMPTY
          Indicates that there was not any data available within in the interval this value represents
 

Methods in net.agmodel.physical that return JigsawQuantity
 JigsawQuantity SynchronousStoreImpl.getInstant(Date time)
           
 JigsawQuantity SynchronousStoreImpl.getTotal(Interval interval)
           
 JigsawQuantity SynchronousStoreImpl.getAverage(Interval interval)
           
 JigsawQuantity SynchronousStoreImpl.getMaximum(Interval interval)
           
 JigsawQuantity SynchronousStoreImpl.getMinimum(Interval interval)
           
abstract  JigsawQuantity StoreImpl.getInstant(Date time)
           
abstract  JigsawQuantity StoreImpl.getAverage(Interval interval)
           
abstract  JigsawQuantity StoreImpl.getMinimum(Interval interval)
           
abstract  JigsawQuantity StoreImpl.getMaximum(Interval interval)
           
abstract  JigsawQuantity StoreImpl.getTotal(Interval interval)
           
 JigsawQuantity Store.getInstant(Date time)
          Returns the instantaneous value of the time series at a particular point in time.
 JigsawQuantity Store.getAverage(Interval interval)
          Returns the average value of the time series over the interval.
 JigsawQuantity Store.getMinimum(Interval interval)
          Returns the minimum value of the time series over the interval.
 JigsawQuantity Store.getMaximum(Interval interval)
          Returns the maximum value of the time series over the interval.
 JigsawQuantity Store.getTotal(Interval interval)
          Returns the total value of the sequence over the interval.
 

Methods in net.agmodel.physical with parameters of type JigsawQuantity
 void SynchronousStoreImpl.putValueOverInterval(Interval interval, JigsawQuantity value)
           
abstract  void StoreImpl.putValueOverInterval(Interval interval, JigsawQuantity value)
           
 void Store.putValueOverInterval(Interval interval, JigsawQuantity value)
          Records the value of the timeseries over some subinterval, its coverage, and the extent to which it was interpolated.
 

Uses of JigsawQuantity in net.agmodel.weatherData
 

Methods in net.agmodel.weatherData that return JigsawQuantity
 JigsawQuantity WindProfileImpl.getMinSpeed(int index, Interval interval)
           
 JigsawQuantity WindProfileImpl.getMaxSpeed(int index, Interval interval)
           
 JigsawQuantity WindProfileImpl.getInstantSpeed(int index, Date time)
           
 JigsawQuantity WindProfileImpl.getAverageSpeed(int index, Interval interval)
           
 JigsawQuantity WindProfileImpl.getWindRun(int index, Interval interval)
           
 JigsawQuantity WindProfileImpl.getInstantDirection(int index, Date time)
           
 JigsawQuantity WindProfileImpl.getMinSpeed(Interval interval)
           
 JigsawQuantity WindProfileImpl.getMaxSpeed(Interval interval)
           
 JigsawQuantity WindProfileImpl.getInstantSpeed(Date time)
           
 JigsawQuantity WindProfileImpl.getInstantDirection(Date time)
           
 JigsawQuantity WindProfileImpl.getAverageSpeed(Interval interval)
           
 JigsawQuantity WindProfileImpl.getWindRun(Interval interval)
           
 JigsawQuantity WindImpl.getMinSpeed(Interval interval)
           
 JigsawQuantity WindImpl.getMaxSpeed(Interval interval)
           
 JigsawQuantity WindImpl.getInstantSpeed(Date time)
           
 JigsawQuantity WindImpl.getAverageSpeed(Interval interval)
           
 JigsawQuantity WindImpl.getWindRun(Interval interval)
           
 JigsawQuantity WindImpl.getInstantDirection(Date time)
           
 JigsawQuantity Wind.getMinSpeed(Interval interval)
          Returns the minimum wind speed over the interval.
 JigsawQuantity Wind.getMaxSpeed(Interval interval)
          Returns the maximum wind speed over the interval.
 JigsawQuantity Wind.getInstantSpeed(Date time)
          Returns the instantaneous wind speed at a particular point in time.
 JigsawQuantity Wind.getAverageSpeed(Interval interval)
          Returns the average wind speed over the interval.
 JigsawQuantity Wind.getWindRun(Interval interval)
          Returns the total windrun over the interval.
 JigsawQuantity Wind.getInstantDirection(Date time)
          Returns the instantaneous wind speed at a particular point in time.
 JigsawQuantity WetDryImpl.getAverage(Interval interval)
           
 JigsawQuantity WetDryImpl.getInstant(Date time)
           
 JigsawQuantity WetDryImpl.getAverageVPD(Interval interval)
          Returns the average vapour pressure deficit over the interval.
 JigsawQuantity WetDryImpl.getInstantVPD(Date time)
          Returns the instantaneous vapour pressure deficit at a particular point in time.
 JigsawQuantity WetDryImpl.getAverageDewpoint(Interval interval)
           
 JigsawQuantity WetDryImpl.getInstantDewpoint(Date time)
           
 JigsawQuantity WetDryImpl.getInstantDryBulbTemp(Date time)
          Returns the instantaneous dry bulb temperature at a particular point in time.
 JigsawQuantity WetDryImpl.getAverageDryBulbTemp(Interval interval)
          Returns the average dry bulb temperature over the interval.
 JigsawQuantity WetDryImpl.getInstantWetBulbTemp(Date time)
          Returns the instantaneous wet bulb temperature at a particular point in time.
 JigsawQuantity WetDryImpl.getAverageWetBulbTemp(Interval interval)
          Returns the average wet bulb temperature over the interval.
 JigsawQuantity WetDryImpl.getMinimum(Interval interval)
           
 JigsawQuantity WetDryImpl.getMaximum(Interval interval)
           
 JigsawQuantity SunshineImpl.getMinimum(Interval interval)
           
 JigsawQuantity SunshineImpl.getMaximum(Interval interval)
           
 JigsawQuantity SunshineImpl.getAverage(Interval interval)
           
 JigsawQuantity SunshineImpl.getTotal(Interval interval)
           
 JigsawQuantity SunshineImpl.getTotal(Date time)
           
 JigsawQuantity Sunshine.getMinimum(Interval interval)
          Returns the minimum hours of sunlight over the interval.
 JigsawQuantity Sunshine.getMaximum(Interval interval)
          Returns the maximum sunshine hours over the interval.
 JigsawQuantity Sunshine.getAverage(Interval interval)
          Returns the average hours of sunshine over the interval.
 JigsawQuantity Sunshine.getTotal(Interval interval)
          Returns the total sunshine hours over the interval.
 JigsawQuantity Sunshine.getTotal(Date time)
          Returns the sunshine over the period preceding and including the time specified.
 JigsawQuantity SolarRadiationImpl.getMinimum(RadiationKind kind, Interval interval)
           
 JigsawQuantity SolarRadiationImpl.getMaximum(RadiationKind kind, Interval interval)
           
 JigsawQuantity SolarRadiationImpl.getInstant(RadiationKind kind, Date time)
           
 JigsawQuantity SolarRadiationImpl.getAverage(RadiationKind kind, Interval interval)
           
 JigsawQuantity SolarRadiationImpl.getTotal(RadiationKind kind, Interval interval)
           
 JigsawQuantity SolarRadiation.getMinimum(RadiationKind kind, Interval interval)
          Returns the minimum solar radiation over the interval.
 JigsawQuantity SolarRadiation.getMaximum(RadiationKind kind, Interval interval)
          Returns the maximum solar radiation over the interval.
 JigsawQuantity SolarRadiation.getInstant(RadiationKind kind, Date time)
          Returns the instantaneous solar radiation at a particular point in time.
 JigsawQuantity SolarRadiation.getAverage(RadiationKind kind, Interval interval)
          Returns the average solar radiation over the interval.
 JigsawQuantity SolarRadiation.getTotal(RadiationKind kind, Interval interval)
          Returns the accumulated solar energy over the interval in MJ/m2.
 JigsawQuantity ScalarQuantity.getMinimum(Interval interval)
          Returns the minimum temperature over the interval.
 JigsawQuantity ScalarQuantity.getMaximum(Interval interval)
          Returns the maximum temperature over the interval.
 JigsawQuantity ScalarQuantity.getInstant(Date time)
          Returns the instantaneous temperature at a particular point in time.
 JigsawQuantity ScalarQuantity.getAverage(Interval interval)
          Returns the average temperature over the interval.
 JigsawQuantity ScalarMaxMinMeanImpl.getAverage(Interval interval)
          Returns the true mean value over the interval
 JigsawQuantity ScalarMaxMinMeanImpl.getInstant(Date time)
          May estimate the value at a point in time Currently just returns the average value
 JigsawQuantity ScalarMaxMinImpl.getMaximum(Interval interval)
          Gets the maximum temperature into the sequence based on an interval
 JigsawQuantity ScalarMaxMinImpl.getMinimum(Interval interval)
          Gets the minimum temperature into the sequence based on an interval
 JigsawQuantity ScalarMaxMinImpl.getInstantMaximum(Date time)
          Gets the maximum temperature in the sequence over an interval
 JigsawQuantity ScalarMaxMinImpl.getInstantMinimum(Date time)
          Gets the minimum temperature in the sequence over an interval
 JigsawQuantity ScalarMaxMinImpl.getAverage(Interval interval)
          Returns the value midway between the maximum and minimum
 JigsawQuantity ScalarMaxMinImpl.getInstant(Date time)
          Will estimates the temperature at a point in time Currently just returns the average temperature
 JigsawQuantity ScalarImpl.getMinimum(Interval interval)
          Returns the minimum value over the interval.
 JigsawQuantity ScalarImpl.getMaximum(Interval interval)
          Returns the maximum value over the interval.
 JigsawQuantity ScalarImpl.getInstant(Date time)
          Returns the instantaneous value at a particular point in time.
 JigsawQuantity ScalarImpl.getAverage(Interval interval)
          Returns the average temperature over the interval.
 JigsawQuantity RHImpl.getMinimum(Interval interval)
           
 JigsawQuantity RHImpl.getMaximum(Interval interval)
           
 JigsawQuantity RHImpl.getInstant(Date time)
           
 JigsawQuantity RHImpl.getAverage(Interval interval)
           
 JigsawQuantity RHImpl.getInstantDewpoint(Date time)
           
 JigsawQuantity RHImpl.getAverageDewpoint(Interval interval)
           
 JigsawQuantity RainImpl.getMinimum(Interval interval)
           
 JigsawQuantity RainImpl.getMaximum(Interval interval)
           
 JigsawQuantity RainImpl.getAverage(Interval interval)
           
 JigsawQuantity RainImpl.getTotal(Interval interval)
           
 JigsawQuantity RainImpl.getTotal(Date time)
           
 JigsawQuantity Rain.getMinimum(Interval interval)
          Returns the minimum rainfall over the interval.
 JigsawQuantity Rain.getMaximum(Interval interval)
          Returns the maximum rainfall over the interval.
 JigsawQuantity Rain.getAverage(Interval interval)
          Returns the average rainfall over the interval.
 JigsawQuantity Rain.getTotal(Interval interval)
          Returns the total rainfall over the interval.
 JigsawQuantity Rain.getTotal(Date time)
          Returns the rainfall over the period preceding or including the time specified.
 JigsawQuantity MultiQuantity.getMinimum(int index, Interval interval)
          Returns the minimum temperature over the interval.
 JigsawQuantity MultiQuantity.getMaximum(int index, Interval interval)
          Returns the maximum temperature over the interval.
 JigsawQuantity MultiQuantity.getInstant(int index, Date time)
          Returns the instantaneous temperature at a particular point in time.
 JigsawQuantity MultiQuantity.getAverage(int index, Interval interval)
          Returns the average temperature over the interval.
 JigsawQuantity MultiImpl.getMinimum(int index, Interval interval)
           
 JigsawQuantity MultiImpl.getMaximum(int index, Interval interval)
           
 JigsawQuantity MultiImpl.getInstant(int index, Date time)
           
 JigsawQuantity MultiImpl.getAverage(int index, Interval interval)
           
 JigsawQuantity LeafWetnessMultiImpl.getMinimum(Interval interval)
          Returns the 0th subcomponent's minimum
 JigsawQuantity LeafWetnessMultiImpl.getMaximum(Interval interval)
          Returns the 0th subcomponent's maximum
 JigsawQuantity LeafWetnessMultiImpl.getInstant(Date time)
          Returns the 0th subcomponent's instant value
 JigsawQuantity LeafWetnessMultiImpl.getAverage(Interval interval)
          Returns the 0th subcomponent's average value
 JigsawQuantity Humidity.getMinimum(Interval interval)
          Returns the minimum humidity over the interval.
 JigsawQuantity Humidity.getMaximum(Interval interval)
          Returns the maximum humidity over the interval.
 JigsawQuantity Humidity.getInstant(Date time)
          Returns the instantaneous humidity at a particular point in time.
 JigsawQuantity Humidity.getAverage(Interval interval)
          Returns the average humidity over the interval.
 JigsawQuantity Humidity.getAverageDewpoint(Interval interval)
          Returns the average dewpoint temperature over the interval.
 JigsawQuantity Humidity.getInstantDewpoint(Date time)
          Returns the instantaneous dewpoint temperature at a particular point in time.
 JigsawQuantity AirTempMultiImpl.getMinimum(Interval interval)
          Returns the 0th subcomponent's minimum
 JigsawQuantity AirTempMultiImpl.getMaximum(Interval interval)
          Returns the 0th subcomponent's maximum
 JigsawQuantity AirTempMultiImpl.getInstant(Date time)
          Returns the 0th subcomponent's instant value
 JigsawQuantity AirTempMultiImpl.getAverage(Interval interval)
          Returns the 0th subcomponent's average value
 



Copyright (C) NARC 2001 All Rights Reserved.