net.agmodel.weatherData
Interface SpatialMetSet

All Superinterfaces:
Serializable, ServerResult
All Known Implementing Classes:
SpatialMetSetImpl

public interface SpatialMetSet
extends ServerResult

Represents the state of one or more meteorological element within a given latitude/longitude box at the earth's surface over a period of time. Basically a holder for StationDataSets from a particular region.


Method Summary
 int getNumberOfStations()
          Gets the number of StationDataSets held
 StationDataSet getStationDataSet(int i)
          Extract a particular StationDataSet
 

Method Detail

getNumberOfStations

public int getNumberOfStations()
Gets the number of StationDataSets held

Returns:
the number

getStationDataSet

public StationDataSet getStationDataSet(int i)
Extract a particular StationDataSet

Parameters:
i - an index used to identify a StationDataSet within the SpatialMetSet.
Returns:
the requested StationDataSet