Uses of Class
net.agmodel.physical.Location

Packages that use Location
net.agmodel.metBroker   
net.agmodel.metDriver Contains driver classes that MetBroker uses to connect to databases, and the interfaces they implement.
 
net.agmodel.physical Contains classes representing basic physical quanties, units, unit conversions, and mathematical operations. 
net.agmodel.pPhysical Contains persistent versions of some classes from the net.agmodel.physical package. 
net.agmodel.weatherData Contains interface classes for MetBroker client applications.
 
 

Uses of Location in net.agmodel.metBroker
 

Methods in net.agmodel.metBroker that return Location
 Location ServerStationImpl.getLocation()
          Get the weather station's position on the globe.
 Location MetBrokerImpl.getStationLocation(String sessionID, String metSourceID, String stationID)
           
 

Methods in net.agmodel.metBroker with parameters of type Location
 void MetSourceImpl.addStation(String stationID, MultilingualString placeName, Location location, Period stationOperational, String regionID)
          Adds a station to the list associated with a MetDataSource.
If the station is already in the list, updates the data associated with the station.
 

Uses of Location in net.agmodel.metDriver
 

Methods in net.agmodel.metDriver with parameters of type Location
 void MetSourceForDrivers.addStation(String hostDBIdentifier, MultilingualString placeName, Location location, Period operational, String regionID)
          Add the details of a particular station to the list maintained by the the MetDataSource.
 

Uses of Location in net.agmodel.physical
 

Subclasses of Location in net.agmodel.physical
 class Place
           
 

Fields in net.agmodel.physical declared as Location
static Location Location.UNKNOWN
           
 

Constructors in net.agmodel.physical with parameters of type Location
Place(Location location, String placeName)
           
 

Uses of Location in net.agmodel.pPhysical
 

Methods in net.agmodel.pPhysical that return Location
 Location PLocation.getLocation()
           
 

Constructors in net.agmodel.pPhysical with parameters of type Location
PLocation(Location l)
           
 

Uses of Location in net.agmodel.weatherData
 

Methods in net.agmodel.weatherData that return Location
 Location MetBroker.getStationLocation(String sessionID, String metSourceID, String stationID)
          Deprecated. Use getWeatherStation instead
 

Constructors in net.agmodel.weatherData with parameters of type Location
WeatherStation(String metSourceID, String metSourceName, String stationID, String placeName, Location location, Period operational, Duration shortestResolution)
          Creates a new WeatherStation object
WeatherStation(String metSourceID, String metSourceName, String regionID, String regionName, String stationID, String placeName, Location location, Period operational, Duration shortestResolution)
          Creates a new WeatherStation object
WeatherStation(String metSourceID, String metSourceName, String regionID, String regionName, String stationID, String placeName, Location location, Period operational, Duration shortestResolution, boolean[][] catalog)
          Creates a new WeatherStation object
WeatherStation(String regionID, String regionName, String stationID, String placeName, Location location, Period operational, Duration shortestResolution, boolean[][] catalog)
          Creates a new WeatherStation object in situations where the metSourceDetails are not available
WeatherStation(String stationID, String placeName, Location location, Period operational, Duration shortestResolution, boolean[][] catalog)
          Creates a new WeatherStation object in situations where the metSourceDetails are not available and the station isn't part of a region
 



Copyright (C) NARC 2001 All Rights Reserved.