|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GeographicalArea | |
| net.agmodel.brokerImpl | |
| net.agmodel.genericBroker | Contains generic classes used in the interface descriptions of a number of different brokers and servers. |
| net.agmodel.metBroker | |
| net.agmodel.physical | Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. |
| net.agmodel.weatherData | Contains interface classes for MetBroker client applications. |
| Uses of GeographicalArea in net.agmodel.brokerImpl |
| Methods in net.agmodel.brokerImpl that return GeographicalArea | |
GeographicalArea |
GenericSourceImpl.getGeographicalArea()
The portion of the globe that the database covers |
GeographicalArea |
GenericSourceImpl.getDefaultDisplayArea()
The portion of the globe that the database covers |
GeographicalArea |
GenericBrokerImpl.getSourceGeographicalArea(String sessionID,
String sourceID)
|
| Methods in net.agmodel.brokerImpl with parameters of type GeographicalArea | |
DataSourceDetail[] |
GenericBrokerImpl.listSourceDetails(String sessionID,
GeographicalArea ofInterest)
|
String[] |
GenericBrokerImpl.listDataSources(String sessionID,
GeographicalArea ofInterest)
|
| Constructors in net.agmodel.brokerImpl with parameters of type GeographicalArea | |
GenericSourceImpl(String ID,
GenericBrokerImpl broker,
MultilingualString sourceName,
GeographicalArea coverage,
int loginRequirements,
String driverName,
GeographicalArea defaultDisplayArea,
BrokerConfigDataSource source)
Creates an object responsible for managing the metadata associated with a database, and spawning driver instances. |
|
GenericSourceImpl(String ID,
GenericBrokerImpl broker,
MultilingualString sourceName,
GeographicalArea coverage,
int loginRequirements,
String driverName,
GeographicalArea defaultDisplayArea)
|
|
| Uses of GeographicalArea in net.agmodel.genericBroker |
| Methods in net.agmodel.genericBroker that return GeographicalArea | |
GeographicalArea |
DataSourceDetail.getGeographicalArea()
The portion of the globe that the database covers |
GeographicalArea |
DataSourceDetail.getDefaultDisplayRegion()
A (small) sample area to display when the database is selected, particularly important if the database covers a wide area. |
| Methods in net.agmodel.genericBroker with parameters of type GeographicalArea | |
DataSourceDetail[] |
GenericBrokerRMI.listSourceDetails(String sessionID,
GeographicalArea ofInterest)
Get the details of the data sources in the broker that coincide with the area specified. |
DataSourceDetail[] |
GenericBrokerHTTP.listSourceDetails(String sessionID,
GeographicalArea ofInterest)
Get the details of the data sources in the broker that coincide with the area specified. |
| Constructors in net.agmodel.genericBroker with parameters of type GeographicalArea | |
DataSourceDetail(String ID,
String sourceName,
GeographicalArea coverage,
int loginRequirements,
GeographicalArea defaultDisplayRegion)
Create a description of this database |
|
DataSourceDetail(String ID,
String sourceName,
GeographicalArea coverage,
int loginRequirements)
Creates a data source description with default display region the same as coverage |
|
| Uses of GeographicalArea in net.agmodel.metBroker |
| Classes in net.agmodel.metBroker that implement GeographicalArea | |
class |
RegionImpl
Provides persistent storage of region names and lists of weather stations under each region. |
| Methods in net.agmodel.metBroker with parameters of type GeographicalArea | |
boolean |
RegionImpl.contains(GeographicalArea area)
|
boolean |
RegionImpl.overlapsWith(GeographicalArea area)
|
String[] |
MetBrokerImpl.listMetSources(String sessionID,
GeographicalArea ofInterest)
|
MetSourceDetail[] |
MetBrokerImpl.listMetSourceDetails(String sessionID,
GeographicalArea ofInterest)
|
| Constructors in net.agmodel.metBroker with parameters of type GeographicalArea | |
MetSourceImpl(String ID,
MetBrokerImpl broker,
MultilingualString sourceName,
GeographicalArea coverage,
int loginRequirements,
String systemUsercode,
String systemPassword,
String driverName,
String suggestedTimeZone,
float suggestedDailyOffset,
Duration shortestResolution,
Duration longestResolution,
Duration timeliness,
boolean rebuildRequired,
String fromStation,
GeographicalArea defaultDisplayArea,
BrokerConfigDataSource source)
Creates an object responsible for managing the metadata associated with a database, and spawning driver instances. |
|
| Uses of GeographicalArea in net.agmodel.physical |
| Classes in net.agmodel.physical that implement GeographicalArea | |
class |
GeographicalBox
A 2-dimensional space using latitude, and longitude. |
class |
GeographicalPolygon
|
| Methods in net.agmodel.physical with parameters of type GeographicalArea | |
boolean |
GeographicalPolygon.contains(GeographicalArea anotherArea)
|
boolean |
GeographicalPolygon.overlapsWith(GeographicalArea area)
|
boolean |
GeographicalBox.overlapsWith(GeographicalArea area)
|
boolean |
GeographicalBox.contains(GeographicalArea anotherArea)
|
boolean |
GeographicalArea.contains(GeographicalArea anotherArea)
Indicate whether the area passed falls entirely within this area |
boolean |
GeographicalArea.overlapsWith(GeographicalArea area)
Indicate whether the supplied area overlaps with this area. |
| Uses of GeographicalArea in net.agmodel.weatherData |
| Methods in net.agmodel.weatherData that return GeographicalArea | |
GeographicalArea |
SpatialMetRequest.getArea()
Get the geographical area associated with the request return the area in question |
GeographicalArea |
Region.getRegionArea()
|
GeographicalArea |
MetBroker.getSourceGeographicalArea(String sessionID,
String metSourceID)
Deprecated. Use getMetSourceDetails or getSourceDetail |
| Methods in net.agmodel.weatherData with parameters of type GeographicalArea | |
MetSourceDetail[] |
MetBrokerHTTP.listMetSourceDetails(String sessionID,
GeographicalArea ofInterest)
Get the details of the MetSources in MetBroker that coincide with the area specified. |
String[] |
MetBroker.listMetSources(String sessionID,
GeographicalArea ofInterest)
Deprecated. Use listMetSourceDetails or listSourceDetails |
MetSourceDetail[] |
MetBroker.listMetSourceDetails(String sessionID,
GeographicalArea ofInterest)
Get the details of the MetSources in MetBroker that coincide with the area specified. |
| Constructors in net.agmodel.weatherData with parameters of type GeographicalArea | |
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. |
|
Region(String regionID,
String regionName,
GeographicalArea regionArea)
Creates a new region |
|
MetSourceDetail(String ID,
String sourceName,
GeographicalArea coverage,
int loginRequirements,
String suggestedTimeZone,
float suggestedDailyOffset,
Period operational,
Duration shortestResolution,
Duration longestResolution)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||