|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use WeatherStation | |
| 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 WeatherStation in net.agmodel.metBroker |
| Methods in net.agmodel.metBroker that return WeatherStation | |
WeatherStation |
ServerStationImpl.getWeatherStation(String language)
|
WeatherStation[] |
RegionImpl.getStations(String language)
|
WeatherStation |
MetSourceImpl.getWeatherStation(String stationID,
String language)
|
WeatherStation[] |
MetSourceImpl.listMatchingStations(String clientSessionName,
SpatialMetRequest request,
String language)
Get an array of all the stations that can potentially contribute to the request To contribute, stations must fall within the area specified in the request, and record elements requested, and have operated at some point during the period of interest of the request. |
WeatherStation[] |
MetSourceImpl.listStations(String clientSessionName,
String regionID,
String language)
|
WeatherStation[] |
MetBrokerImpl.listStations(String sessionID,
String metSourceID)
|
WeatherStation[] |
MetBrokerImpl.listStations(String sessionID,
String metSourceID,
String regionID)
|
WeatherStation[] |
MetBrokerImpl.listMatchingStations(String sessionID,
SpatialMetRequest request)
|
WeatherStation |
MetBrokerImpl.getWeatherStation(String sessionID,
String metSourceID,
String stationID)
|
| Uses of WeatherStation in net.agmodel.metDriver |
| Methods in net.agmodel.metDriver that return WeatherStation | |
WeatherStation |
MetSourceForDrivers.getWeatherStation(String hostID,
String language)
|
| Uses of WeatherStation in net.agmodel.weatherData |
| Methods in net.agmodel.weatherData that return WeatherStation | |
WeatherStation |
StationDataSetImpl.getWeatherStation()
|
WeatherStation |
StationDataSet.getWeatherStation()
Get the details of the weather station that the data comes from |
WeatherStation[] |
MetBrokerHTTP.listStations(String sessionID,
String metSourceID)
Get an array of all the stations in a source. |
WeatherStation[] |
MetBrokerHTTP.listStations(String sessionID,
String metSourceID,
String regionID)
Get an array of all the stations in a database region. |
WeatherStation |
MetBrokerHTTP.getWeatherStation(String sessionID,
String metSourceID,
String stationID)
Get the details of the weather station |
WeatherStation[] |
MetBrokerHTTP.listMatchingStations(String sessionID,
SpatialMetRequest request)
Get an array of all the stations that can potentially contribute to the request To contribute, stations must fall within the area specified in the request, and record elements requested, and have operated at some point during the period of interest of the request. |
WeatherStation[] |
MetBroker.listStations(String sessionID,
String metSourceID)
Get an array of all the stations in a source Typically used by a client application to get a subset of the entire list of stations for a large database. |
WeatherStation[] |
MetBroker.listStations(String sessionID,
String metSourceID,
String regionID)
Get an array of all the stations that can potentially contribute to the request Typically used by a client application to get a subset of the entire list of stations for a large database. |
WeatherStation[] |
MetBroker.listMatchingStations(String sessionID,
SpatialMetRequest request)
Get an array of all the stations that can potentially contribute to the request. |
WeatherStation |
MetBroker.getWeatherStation(String sessionID,
String metSourceID,
String stationID)
Get the details of the weather station |
| Constructors in net.agmodel.weatherData with parameters of type WeatherStation | |
StationDataSetImpl(String metSourceID,
WeatherStation station,
Interval interval,
Duration resolution)
Creates a data set without any data in it. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||