Package | Description |
---|---|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
static visad.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 obs
|
static visad.FieldImpl |
PointObFactory.makePointObs(ucar.nc2.ft.FeatureDatasetPoint input,
double binRoundTo,
double binWidth,
ucar.unidata.geoloc.LatLonRect llr,
DateSelection dateSelection,
boolean sample)
Make point obs
|
static visad.FieldImpl |
PointObFactory.makePointObsWRF(ucar.nc2.ft.FeatureDatasetPoint input,
double binRoundTo,
double binWidth,
ucar.unidata.geoloc.LatLonRect llr,
DateSelection dateSelection,
boolean sample)
_more_
|
Modifier and Type | Method and Description |
---|---|
DateSelection |
RadarQuery.getDateSelection()
Get the DateSelection property.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
DqcRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateInfo)
Getting data for a single radar station, with time range.
|
java.util.List |
TDSRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateInfo)
Getting data for a single radar station, with time range.
|
java.util.ArrayList |
DqcRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
Getting data for a single radar station, with time range.
|
java.util.List |
TDSRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
Getting data for a single radar station, with time range.
|
java.util.ArrayList |
DqcRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateInfo)
Getting data URIs for a single radar station, with time range.
|
java.util.List |
TDSRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateInfo)
Getting data URIs for a single radar station, with time range.
|
java.util.ArrayList |
DqcRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
_more_
|
java.util.List<java.net.URI> |
TDSRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
getting data uri list
|
void |
RadarQuery.setDateSelection(DateSelection value)
Set the DateSelection property.
|
Constructor and Description |
---|
RadarQuery(java.lang.String collectionUrl,
java.lang.String station,
DateSelection dateSelection)
ctor
|
RadarQuery(java.lang.String collectionUrl,
java.lang.String station,
java.lang.String product,
DateSelection dateSelection)
ctor
|
Modifier and Type | Method and Description |
---|---|
protected NamedStationTable |
NwxTextProductDataSource.getAvailableStations(NamedStationTable all,
NwxTextProductDataSource.TableInfo tableInfo,
DateSelection dateSelection)
Get the stations for a productType
|
abstract NamedStationTable |
TextProductDataSource.getStations(ProductType productType,
DateSelection dateSelection)
Get the stations for a productType
|
NamedStationTable |
NwxTextProductDataSource.getStations(ProductType productType,
DateSelection dateSelection)
Get the stations for a productType
|
protected java.util.List<Product> |
AddeTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo ti,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read products for the station
|
protected java.util.List<Product> |
NwxTextProductDataSource.readProducts(NwxTextProductDataSource.TableInfo tableInfo,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read the products for defined by the table info.
|
abstract java.util.List<Product> |
TextProductDataSource.readProducts(ProductType productType,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read the products for the product type and station
|
java.util.List<Product> |
NwxTextProductDataSource.readProducts(ProductType productType,
java.util.List<NamedStationImpl> stations,
DateSelection dateSelection)
Read products
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
IdvRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateInfo)
Getting data for a single radar station, with time range.
|
java.util.List |
IdvRadarDatasetCollection.getData(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
Getting data for a single radar station, with time range.
|
java.util.List |
IdvRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateInfo)
Getting data URIs for a single radar station, with time range.
|
java.util.List<java.net.URI> |
IdvRadarDatasetCollection.getDataURIs(java.lang.String sName,
DateSelection dateSelect,
ucar.nc2.util.CancelTask cancel)
getting data uri list
|
Modifier and Type | Method and Description |
---|---|
DateSelection |
Timeline.getDateSelection()
Get the DateSelection property.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Timeline.paintDateSelection(java.awt.Graphics2D g,
DateSelection dateSelection)
paint
|
void |
DateSelectionGui.setDateSelection(DateSelection dateSelection)
Set the date selection
|
void |
Timeline.setDateSelection(DateSelection dateSelection)
Set the date selection
|
Constructor and Description |
---|
DateSelectionGui(DateSelection dateSelection)
ctor
|
Constructor and Description |
---|
DateSelection(DateSelection that)
copy ctor
|