Uses of Class
ucar.unidata.data.sounding.SoundingStation
Packages that use SoundingStation
-
Uses of SoundingStation in ucar.unidata.data.sounding
Fields in ucar.unidata.data.sounding with type parameters of type SoundingStationModifier and TypeFieldDescriptionprotected List
<SoundingStation> SoundingAdapterImpl.stations
List of stationsMethods in ucar.unidata.data.sounding that return SoundingStationModifier and TypeMethodDescriptionSoundingOb.getStation()
Return the station information associated with this observationMethods in ucar.unidata.data.sounding that return types with arguments of type SoundingStationModifier and TypeMethodDescriptionSoundingAdapterImpl.getStations()
Retrieves a list of the stations in the dataset.SoundingAdapterImpl.getStations
(DateTime time) Retrieves a list of the stations in the dataset for a given time.Methods in ucar.unidata.data.sounding with parameters of type SoundingStationModifier and TypeMethodDescriptionSoundingAdapterImpl.getSoundingOb
(SoundingStation station) Retrieve the first sounding observation found for the given station.SoundingAdapter.getSoundingTimes
(SoundingStation station) Retrieve a list of the sounding times available for the station.SoundingAdapterImpl.getSoundingTimes
(SoundingStation station) Retrieves a list of the times in the dataset for a given station.void
SoundingOb.setStation
(SoundingStation s) Set the stationConstructors in ucar.unidata.data.sounding with parameters of type SoundingStationModifierConstructorDescriptionSoundingOb
(SoundingStation station, DateTime timestamp) Create a sounding observation.SoundingOb
(SoundingStation station, DateTime timestamp, RAOB raob) Create a sounding observation.