|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.agmodel.weatherData.MetRequest
|
+--net.agmodel.weatherData.StationMetRequest
Encapsulates the details of a request for meteorological data from a station.
In general, client applications will only use the constructor.
The remaining methods are primarily for MetBroker's internal use.
SpatialMetRequest,
Serialized Form| Constructor Summary | |
StationMetRequest(Interval dateExtremes,
Set requested,
MetDuration resolution,
String sourceID,
String stationID,
boolean summarise,
boolean interpolate)
Creates a request for meteorological data from a station. |
|
| Method Summary | |
String |
getHostID()
Deprecated. use getStationID() instead |
String |
getSourceID()
Get the ID of the source to be queried. |
String |
getStationID()
Get the ID of the station to be queried. |
String |
toString()
Get a string representation of the query parameters |
| Methods inherited from class net.agmodel.weatherData.MetRequest |
containsMetElement, getDateExtremes, getElapsedTime, getRequested, getResolution, setInterpolate, setProcessingCommenced, setSummarise, shouldInterpolate, shouldSummarise |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StationMetRequest(Interval dateExtremes,
Set requested,
MetDuration resolution,
String sourceID,
String stationID,
boolean summarise,
boolean interpolate)
Interpretation of dateExtremes in queries in MetRequest for details
of how the dateExtremes parameter is interpreted.
dateExtremes - the interval for which data is requestedresolution - the temporal resolution. See weatherData.MetDuration for some useful constants.sourceID - the database to querystationID - the identifier of the station of interestsummarise - true if you want data from higher resolutions summarised to the target resolution.interpolate - true if you want MetBroker to find replacement values for missing data by spatial or temporal interpolation.| Method Detail |
public String getSourceID()
public String getHostID()
public String getStationID()
public String toString()
toString in class MetRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||