|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MetDuration | |
| net.agmodel.metBroker | |
| net.agmodel.weatherData | Contains interface classes for MetBroker client applications. |
| Uses of MetDuration in net.agmodel.metBroker |
| Methods in net.agmodel.metBroker with parameters of type MetDuration | |
boolean |
MetSourceImpl.catalogCardExists(String clientSessionName,
String stationID,
MetElement element,
MetDuration resolution)
|
boolean |
MetBrokerImpl.metCatalogCardExists(String sessionID,
String metSourceID,
String stationID,
MetElement element,
MetDuration resolution)
|
| Uses of MetDuration in net.agmodel.weatherData |
| Fields in net.agmodel.weatherData declared as MetDuration | |
static MetDuration |
MetDuration.SUBHOURLY
|
static MetDuration |
MetDuration.HOURLY
|
static MetDuration |
MetDuration.DAILY
|
static MetDuration |
MetDuration.MONTHLY
|
| Methods in net.agmodel.weatherData that return MetDuration | |
MetDuration |
MetRequest.getResolution()
Gets the requested resolution for the result of the query. |
static MetDuration |
MetDuration.first()
|
static MetDuration |
MetDuration.last()
|
MetDuration |
MetDuration.prev()
|
MetDuration |
MetDuration.next()
|
static MetDuration |
MetDuration.lookup(String name)
Finds the MetDuration whose .toString() matches the parameter |
static MetDuration |
MetDuration.categoriseDuration(Duration input)
Maps the input duration to the nearest MetDuration. If input < 1 hour, MetDuration is sub_hourly if input < 1 day, MetDuration is hourly if input < 1 month, MetDuration is daily else MetDuration is monthly |
static MetDuration |
MetDuration.elementFromOrd(int ordIndex)
Gets a metduration based on its ordinal index. |
| Methods in net.agmodel.weatherData with parameters of type MetDuration | |
boolean |
WeatherStation.hasElementAtResolution(MetElement element,
MetDuration resolution)
Whether a station has ever recorded an element at a particular resolution. |
boolean |
MetBroker.metCatalogCardExists(String sessionID,
String metSourceID,
String stationID,
MetElement element,
MetDuration resolution)
Deprecated. Use getWeatherStation instead |
| Constructors in net.agmodel.weatherData with parameters of type MetDuration | |
StationMetRequest(Interval dateExtremes,
Set requested,
MetDuration resolution,
String sourceID,
String stationID,
boolean summarise,
boolean interpolate)
Creates a request for meteorological data from a station. See Interpretation of dateExtremes in queries in MetRequest for details
of how the dateExtremes parameter is interpreted. |
|
SpatialMetRequest(Interval dateExtremes,
Set requestedElements,
MetDuration resolution,
GeographicalArea area,
boolean summarise,
boolean interpolate,
boolean allOrNothing)
Creates a request for meteorological data from stations in an area. See Interpretation of dateExtremes in queries in MetRequest for details
of how the dateExtremes parameter is interpreted. |
|
SpatialMetRequest(Interval dateExtremes,
Set requestedElements,
MetDuration resolution,
GeographicalArea area,
boolean summarise,
boolean interpolate)
Creates a request for meteorological data from stations in an area. |
|
SpatialMetRequest(Interval dateExtremes,
Set requestedElements,
MetDuration resolution,
GeographicalArea area)
Creates a request for meteorological data from stations in an area, allowing summarising but not interpolation. See Interpretation of dateExtremes in queries in MetRequest for details
of how the dateExtremes parameter is interpreted. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||