Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.data.gis |
DataSource classes and utilities for GIS-like data.
|
ucar.unidata.data.grid |
DataSource classes and utilities for gridded data.
|
ucar.unidata.data.imagery |
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
|
ucar.unidata.data.point |
DataSource classes and utilities for point (e.g., surface) data.
|
ucar.unidata.data.profiler |
DataSource classes and utilities for wind profiler data.
|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
ucar.unidata.data.text |
DataSource classes and utilities for text-like data.
|
ucar.unidata.idv |
The idv package.
|
Modifier and Type | Method and Description |
---|---|
DataSourceDescriptor |
DataManager.getCurrent(DataSourceDescriptor dds)
Get the actual current descriptor with the id of the given or return the given one if one is not found.
|
DataSourceDescriptor |
DataSourceImpl.getDescriptor()
Get the
DataSourceDescriptor for this DataSource. |
DataSourceDescriptor |
DataManager.getDescriptor(java.lang.String dataType)
Find the
DataSourceDescriptor with the given dataType id. |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSourceDescriptor> |
DataManager.getDescriptors()
get the data source descriptors
|
java.util.List<DataSourceDescriptor> |
DataManager.getStandaloneDescriptors()
get the data source descriptors for those data sources that can be stand-alone
|
Modifier and Type | Method and Description |
---|---|
DataSourceDescriptor |
DataManager.getCurrent(DataSourceDescriptor dds)
Get the actual current descriptor with the id of the given or return the given one if one is not found.
|
void |
DataSourceImpl.setDescriptor(DataSourceDescriptor d)
Set the
DataSourceDescriptor for this DataSource. |
Constructor and Description |
---|
CacheDataSource(DataSourceDescriptor descriptor,
java.lang.String name,
java.util.Hashtable properties)
Create a CacheDataSource
|
DataSourceImpl(DataSourceDescriptor descriptor)
Create a DataSourceImpl
|
DataSourceImpl(DataSourceDescriptor descriptor,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Create this DataSourceImpl, setting the dataContext, name and description
attributes.
|
FilesDataSource(DataSourceDescriptor descriptor) |
FilesDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.lang.String description,
java.util.Hashtable properties)
Ctor
|
FilesDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
FilesDataSource(DataSourceDescriptor descriptor,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Ctor
|
SerializedDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a SerializedDataSource from the specification given.
|
VisadDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Just pass through to the base class the ctor arguments.
|
Constructor and Description |
---|
DemDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a DemDataSource from the specification given.
|
GeodasDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a GeodasDataSource from the specification given.
|
GeotiffDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Just pass through to the base class the ctor arguments.
|
JsonDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.util.Hashtable properties)
Create a KmlDataSource from the specification given.
|
JsonDataSource(DataSourceDescriptor descriptor,
java.lang.String probSevereUrl,
java.util.Hashtable properties)
Create a KmlDataSource from the specification given.
|
KmlDataSource(DataSourceDescriptor descriptor,
java.lang.String kmlUrl,
java.util.Hashtable properties)
Create a KmlDataSource from the specification given.
|
PlaceFileDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a new FrontDataSource
|
PlaceFileDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new FrontDataSource
|
ShapeFileDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a ShapeFileDataSource from the specification given.
|
WmsDataSource(DataSourceDescriptor descriptor,
java.util.List selections,
java.util.Hashtable properties)
Create a WmsDataSource from the specification given.
|
WmsDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties) |
Constructor and Description |
---|
DodsGeoGridDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Construct a new DodsGeoGridDataSource from the supplied parameter
|
GeoGridDataSource(DataSourceDescriptor descriptor,
java.io.File file,
java.util.Hashtable properties)
Create a GeoGridDataSource from a File.
|
GeoGridDataSource(DataSourceDescriptor descriptor,
ucar.nc2.dt.grid.GridDataset gds,
java.lang.String name,
java.lang.String filename)
Construct a GeoGridDataSource
|
GeoGridDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
GeoGridDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
GridCoverageDataSource(DataSourceDescriptor descriptor,
ucar.nc2.ft2.coverage.adapter.DtCoverageDataset gds,
java.lang.String name,
java.lang.String filename)
Construct a GeoGridDataSource
|
GridCoverageDataSource(DataSourceDescriptor descriptor,
java.io.File file,
java.util.Hashtable properties)
Create a GridCoverageDataSource from a File.
|
GridCoverageDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
GridCoverageDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
GridDataSource(DataSourceDescriptor descriptor)
Create a GridDataSource from the descriptor
|
GridDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.lang.String name,
java.util.Hashtable properties)
Create a GridDataSource from the specification given.
|
GridDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.lang.String name,
java.util.Hashtable properties)
Create a GridDataSource from the specification given.
|
ImageGridDataSource(DataSourceDescriptor descriptor,
java.io.File file,
java.util.Hashtable properties)
Create a GeoGridDataSource from a File.
|
ImageGridDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
ImageGridDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a GeoGridDataSource from the filename.
|
Vis5DDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a Vis5DDataSource from the specification given.
|
Constructor and Description |
---|
AddeImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
java.util.Hashtable properties)
Create a new AddeImageDataSource with the given dataset.
|
AddeImageDataSource(DataSourceDescriptor descriptor,
java.util.List images,
java.util.Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls.
|
AddeImageDataSource(DataSourceDescriptor descriptor,
java.lang.String[] images,
java.util.Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls.
|
AddeImageDataSource(DataSourceDescriptor descriptor,
java.lang.String image,
java.util.Hashtable properties)
Create a new AddeImageDataSource with an a single image ADDE url.
|
ImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
java.util.Hashtable properties)
Create a new ImageDataSource with the given
ImageDataset . |
ImageDataSource(DataSourceDescriptor descriptor,
java.util.List images,
java.util.Hashtable properties)
Create a new ImageDataSource with a list of (String) images.
|
ImageDataSource(DataSourceDescriptor descriptor,
java.lang.String[] images,
java.util.Hashtable properties)
Create a new ImageDataSource with a list of (String) images.
|
ImageXmlDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Just pass through to the base class the ctor arguments.
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
java.util.ArrayList images,
java.util.Hashtable properties)
Create a new McIDASImageDataSource with list of AREA files.
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
java.util.Hashtable properties)
Create a new McIDASImageDataSource with a
ImageDataset |
McIDASImageDataSource(DataSourceDescriptor descriptor,
java.lang.String[] images,
java.util.Hashtable properties)
Create a new McIDASImageDataSource with array of AREA files.
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
java.lang.String image,
java.util.Hashtable properties)
Construct a McIDASImageDataSource
|
Constructor and Description |
---|
AddePointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new
AddePointDataSource from the parameters
supplied. |
AMRCTextPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new AMRC PointDataSource
|
AMRCTextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new Diamond PointDataSource
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new data source
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new data source
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.lang.String name,
java.util.Hashtable properties)
Create a new data source
|
DbPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new
AddePointDataSource from the parameters
supplied. |
DiamondPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new Diamond PointDataSource
|
DiamondPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new Diamond PointDataSource
|
GNOMETextPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new GNOME data source
|
GNOMETextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new GNOME data source
|
NetcdfMetarDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Deprecated.
Create a NetcdfMetarDataSource
|
NetcdfPointCloudDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new NetcdfPointCloudDataSource
|
NetcdfPointCloudDataSource(DataSourceDescriptor descriptor,
java.lang.String[] sources,
java.util.Hashtable properties)
Create a new NetcdfPointCloudDataSource
|
NetcdfPointCloudDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new NetcdfPointCloudDataSource
|
NetcdfPointCloudDataSource(ucar.nc2.ft.FeatureDatasetPoint fixedDataset,
DataSourceDescriptor descriptor,
java.util.Hashtable properties)
Create a new NetcdfPointCloudDataSource
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new NetcdfPointDataSource
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
java.lang.String[] sources,
java.util.Hashtable properties)
Create a new NetcdfPointDataSource
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new NetcdfPointDataSource
|
NetcdfPointDataSource(ucar.nc2.ft.FeatureDatasetPoint fixedDataset,
DataSourceDescriptor descriptor,
java.util.Hashtable properties)
Create a new NetcdfPointDataSource
|
PointCloudDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.lang.String name,
java.util.Hashtable properties)
Create a PointDataSource
|
PointCloudDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
_more_
|
PointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.lang.String name,
java.util.Hashtable properties)
Create a new PointDataSource
|
PointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.lang.String description,
java.util.Hashtable properties)
Create a PointDataSource
|
TextPointDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new PointDataSource
|
TextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new TextPointDataSource
|
TextPointDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.lang.String name,
java.util.Hashtable properties)
Create a new TextPointDataSource
|
WaterMLDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new
AddePointDataSource from the parameters
supplied. |
WRFHDNetcdfDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a new WRFHDNetcdfDataSource
|
WRFHDNetcdfDataSource(DataSourceDescriptor descriptor,
java.lang.String[] sources,
java.util.Hashtable properties)
Create a new WRFHDNetcdfDataSource
|
WRFHDNetcdfDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new WRFHDNetcdfDataSource
|
WRFHDNetcdfDataSource(ucar.nc2.ft.FeatureDatasetPoint fixedDataset,
DataSourceDescriptor descriptor,
java.util.Hashtable properties)
Create a new WRFHDNetcdfDataSource
|
Constructor and Description |
---|
AddeProfilerDataSource(DataSourceDescriptor descriptor,
java.util.ArrayList stations,
java.util.Hashtable properties)
Create a new AddeProfilerDataSource
|
CDMProfilerDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a new FrontDataSource
|
CDMProfilerDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new CDMProfilerDataSource
|
EOLProfilerDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new EOLProfilerDataSource
|
Constructor and Description |
---|
CDMRadarDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Construct a new CDM data source.
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
RadarQuery radarQuery,
java.util.Hashtable properties)
Construct a new CDM data source.
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
java.lang.String[] sources,
java.util.Hashtable properties)
Construct a new CDM data source.
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
java.lang.String fileName,
java.util.Hashtable properties)
Construct a new CDM data source.
|
DoradeDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Construct a new DORADE data source.
|
DoradeDataSource(DataSourceDescriptor descriptor,
java.lang.String fileName,
java.util.Hashtable properties)
Construct a new DORADE data source.
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Construct a new Level II data source.
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
java.lang.String[] sources,
java.util.Hashtable properties)
Construct a new Level II data source.
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Construct a new Level II data source.
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Construct a new DORADE data source.
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
java.lang.String fileName,
java.util.Hashtable properties)
Construct a new DORADE data source.
|
RadarDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.lang.String description,
java.util.Hashtable properties)
Construct a new radar data source.
|
Constructor and Description |
---|
DbTrajectoryDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a new
AddePointDataSource from the parameters
supplied. |
RaobDataSource(DataSourceDescriptor descriptor,
RaobDataSet rds,
java.util.Hashtable properties)
Constructs from a specification of the data-source.
|
RaobDataSource(DataSourceDescriptor descriptor,
java.lang.String file,
java.util.Hashtable properties)
Constructs from a specification of the data-source.
|
SondeDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a SondeDataSource from the specification given.
|
SondeDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a SondeDataSource from the specification given.
|
TrackDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
TrackDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.lang.String description,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
TrackDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
TrajectoryFeatureTypeDataSource(DataSourceDescriptor descriptor,
java.util.List sources,
java.util.Hashtable properties)
Create a SondeDataSource from the specification given.
|
TrajectoryFeatureTypeDataSource(DataSourceDescriptor descriptor,
java.lang.String source,
java.util.Hashtable properties)
Create a SondeDataSource from the specification given.
|
Constructor and Description |
---|
AddeTextDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new AddeTextDataSource
|
AddeTextProductDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties) |
AddeTextProductDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties) |
DrawingDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new DrawingDataSource
|
FrontDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties)
Create a new FrontDataSource
|
FrontDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new FrontDataSource
|
MovieDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new MovieDataSource
|
NwxTextProductDataSource(DataSourceDescriptor descriptor,
java.util.List files,
java.util.Hashtable properties) |
NwxTextProductDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
NwxTextProductDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties) |
TextDataSource(DataSourceDescriptor descriptor,
java.lang.String filename,
java.util.Hashtable properties)
Create a new TextDataSource
|
TextProductDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.lang.String description,
java.util.Hashtable properties)
Ctor
|
TextProductDataSource(DataSourceDescriptor descriptor,
java.util.List newSources,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Create a TrackDataSource from the specification given.
|
TextProductDataSource(DataSourceDescriptor descriptor,
java.lang.String name,
java.lang.String description,
java.util.Hashtable properties)
Ctor
|
Modifier and Type | Method and Description |
---|---|
void |
IntegratedDataViewer.makeDataSource(DataSourceDescriptor descriptor)
Make the data source.
|