Package | Description |
---|---|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
ucar.unidata.metdata |
Meteorological data classes.
|
ucar.unidata.view.station |
The view component for Station data.
|
Modifier and Type | Class and Description |
---|---|
class |
SoundingStation
Temporary holder for sounding station info.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamedStation
Interface for a landmark with name, id, lat, lon, altitude
(height above msl); and a hash table of "properties".
|
Modifier and Type | Class and Description |
---|---|
class |
NamedStationImpl
A class to hold named location information, for a
landmark, city, observation point or station, data point, etc.
|
Modifier and Type | Method and Description |
---|---|
Station |
StationTableImpl.get(java.lang.String identifier)
Lookup Station by Identifier
|
Station |
StationTable.get(java.lang.String id)
Lookup Station by Identifier.
|
Station |
StationOb.getStation()
Get the station for this ob
|
Station |
StationTableImpl.remove(Station stn)
Remove a station from the table
|
Station |
StationTableImpl.remove(java.lang.String id)
Remove a station from the table by it's id
|
Modifier and Type | Method and Description |
---|---|
boolean |
StationTableImpl.add(Station stn)
Add a station to the table
|
boolean |
StationTableImpl.add(Station stn,
boolean onlyIfNotInMap)
Add a station to the table
|
Station |
StationTableImpl.remove(Station stn)
Remove a station from the table
|
Constructor and Description |
---|
Metar(Station stn,
Timestamp timestamp,
Ensemble ensemble,
ByteString text,
WMOHeader wmoHeader)
Create a new Metar
|
StationOb(Station stn,
Timestamp timestamp,
Ensemble ens)
Create a new StationOb
|
Modifier and Type | Method and Description |
---|---|
Station |
StationLocationRenderer.SLStation.getStation()
Get the station that this object is wrapping.
|