Uses of Class
ucar.unidata.util.DateSelection
Packages that use DateSelection
Package
Description
DataSource classes and utilities for point (e.g., surface) data.
DataSource classes and utilities for radar data.
DataSource classes and utilities for text-like data.
Choosers for the IDV.
User interface utilities: extensions of AWT and Swing classes.
General utilities.
-
Uses of DateSelection in ucar.unidata.data.point
Methods in ucar.unidata.data.point with parameters of type DateSelectionModifier and TypeMethodDescriptionstatic FieldImpl
PointObFactory.makePointObs
(ucar.nc2.ft.FeatureDatasetPoint input, double binRoundTo, double binWidth, ucar.unidata.geoloc.LatLonRect llr, DateSelection dateSelection, boolean sample) Make point obsstatic FieldImpl
PointObFactory.makePointObs
(ucar.nc2.ft.FeatureDatasetPoint input, DataChoice dataChoice, double binRoundTo, double binWidth, ucar.unidata.geoloc.LatLonRect llr, DateSelection dateSelection, boolean sample) Make point obsstatic FieldImpl
PointObFactory.makePointObsWRF
(ucar.nc2.ft.FeatureDatasetPoint input, double binRoundTo, double binWidth, ucar.unidata.geoloc.LatLonRect llr, DateSelection dateSelection, boolean sample) _more_ -
Uses of DateSelection in ucar.unidata.data.radar
Methods in ucar.unidata.data.radar that return DateSelectionMethods in ucar.unidata.data.radar with parameters of type DateSelectionModifier and TypeMethodDescriptionDqcRadarDatasetCollection.getData
(String sName, DateSelection dateInfo) Getting data for a single radar station, with time range.DqcRadarDatasetCollection.getData
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) Getting data for a single radar station, with time range.TDSRadarDatasetCollection.getData
(String sName, DateSelection dateInfo) Getting data for a single radar station, with time range.TDSRadarDatasetCollection.getData
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) Getting data for a single radar station, with time range.DqcRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateInfo) Getting data URIs for a single radar station, with time range.DqcRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) _more_TDSRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateInfo) Getting data URIs for a single radar station, with time range.TDSRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) getting data uri listvoid
RadarQuery.setDateSelection
(DateSelection value) Set the DateSelection property.Constructors in ucar.unidata.data.radar with parameters of type DateSelectionModifierConstructorDescriptionRadarQuery
(String collectionUrl, String station, String product, DateSelection dateSelection) ctorRadarQuery
(String collectionUrl, String station, DateSelection dateSelection) ctor -
Uses of DateSelection in ucar.unidata.data.text
Methods in ucar.unidata.data.text with parameters of type DateSelectionModifier and TypeMethodDescriptionprotected NamedStationTable
NwxTextProductDataSource.getAvailableStations
(NamedStationTable all, NwxTextProductDataSource.TableInfo tableInfo, DateSelection dateSelection) Get the stations for a productTypeNwxTextProductDataSource.getStations
(ProductType productType, DateSelection dateSelection) Get the stations for a productTypeabstract NamedStationTable
TextProductDataSource.getStations
(ProductType productType, DateSelection dateSelection) Get the stations for a productTypeAddeTextProductDataSource.readProducts
(NwxTextProductDataSource.TableInfo ti, List<NamedStationImpl> stations, DateSelection dateSelection) Read products for the stationNwxTextProductDataSource.readProducts
(NwxTextProductDataSource.TableInfo tableInfo, List<NamedStationImpl> stations, DateSelection dateSelection) Read the products for defined by the table info.NwxTextProductDataSource.readProducts
(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection) Read productsTextProductDataSource.readProducts
(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection) Read the products for the product type and station -
Uses of DateSelection in ucar.unidata.idv.chooser
Methods in ucar.unidata.idv.chooser with parameters of type DateSelectionModifier and TypeMethodDescriptionIdvRadarDatasetCollection.getData
(String sName, DateSelection dateInfo) Getting data for a single radar station, with time range.IdvRadarDatasetCollection.getData
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) Getting data for a single radar station, with time range.IdvRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateInfo) Getting data URIs for a single radar station, with time range.IdvRadarDatasetCollection.getDataURIs
(String sName, DateSelection dateSelect, ucar.nc2.util.CancelTask cancel) getting data uri list -
Uses of DateSelection in ucar.unidata.ui
Methods in ucar.unidata.ui that return DateSelectionMethods in ucar.unidata.ui with parameters of type DateSelectionModifier and TypeMethodDescriptionprotected void
Timeline.paintDateSelection
(Graphics2D g, DateSelection dateSelection) paintvoid
DateSelectionGui.setDateSelection
(DateSelection dateSelection) Set the date selectionvoid
Timeline.setDateSelection
(DateSelection dateSelection) Set the date selectionConstructors in ucar.unidata.ui with parameters of type DateSelection -
Uses of DateSelection in ucar.unidata.util
Constructors in ucar.unidata.util with parameters of type DateSelection