Package net.agmodel.metsoap

Interface Summary
MetSoapRemoteInterface Provides SOAP-based access to MetBroker
Copyright (c) 2002 National Agricultural Research Center
 

Class Summary
DataStore Contains a named float array of data.
ElementData A collection of time series related to a particular meteorological element (eg temperature).
GeographicalBox Represents a "rectangular" area of land using the northwest and southeast corners.
Conforms to the JavaBean pattern to ensure easy SOAP serialization.
Note that geographical boxes may straddle the International Dateline but should not straddle either pole.
Copyright (c)2002 National Agricultural Research Center
Location Represents a point on the earth's surface using a latitude and longitude and altitude.
Conforms to the JavaBean pattern to ensure easy SOAP serialization.
Copyright (c)2002 National Agricultural Research Center
Location2D Represents a point on the earth's surface using a latitude and longitude.
Conforms to the JavaBean pattern to ensure easy SOAP serialization
Copyright (c)2002 National Agricultural Research Center
MetRequest An abstract request for a set of meteorological data over a particular time period
Concrete descendants specify where the data is to come from.
Conforms to the JavaBean pattern to ensure easy SOAP serialization
Copyright (c)2002 National Agricultural Research Center
MetSource Contains details about a single database or source of meteorological data
Conforms to the JavaBean pattern to ensure easy SOAP serialization
Copyright (c)2002 National Agricultural Research Center
Region Represents a grouping of stations within a database into some geographical region.
StationData Contains a set of meteorological data from one station.
StationMetRequest A request for a set of meteorological data over a particular time period from a particular station
Conforms to the JavaBean pattern to ensure easy SOAP serialization
Copyright (c)2002 National Agricultural Research Center
TimeInterval Represents time intervals.
WeatherStation Contains details about a weather station.