|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceDescriptor | |
|---|---|
| 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. |
| Uses of DataSourceDescriptor in ucar.unidata.data |
|---|
| Methods in ucar.unidata.data that return DataSourceDescriptor | |
|---|---|
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(String dataType)
Find the DataSourceDescriptor with the given dataType id. |
| Methods in ucar.unidata.data that return types with arguments of type DataSourceDescriptor | |
|---|---|
List<DataSourceDescriptor> |
DataManager.getDescriptors()
get the data source descriptors |
List<DataSourceDescriptor> |
DataManager.getStandaloneDescriptors()
get the data source descriptors for those data sources that can be stand-alone |
| Methods in ucar.unidata.data with parameters of type DataSourceDescriptor | |
|---|---|
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. |
| Constructors in ucar.unidata.data with parameters of type DataSourceDescriptor | |
|---|---|
CacheDataSource(DataSourceDescriptor descriptor,
String name,
Hashtable properties)
Create a CacheDataSource |
|
DataSourceImpl(DataSourceDescriptor descriptor)
Create a DataSourceImpl |
|
DataSourceImpl(DataSourceDescriptor descriptor,
String name,
String description,
Hashtable properties)
Create this DataSourceImpl, setting the dataContext, name and description attributes. |
|
FilesDataSource(DataSourceDescriptor descriptor)
|
|
FilesDataSource(DataSourceDescriptor descriptor,
List newSources,
String description,
Hashtable properties)
Ctor |
|
FilesDataSource(DataSourceDescriptor descriptor,
List newSources,
String name,
String description,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
FilesDataSource(DataSourceDescriptor descriptor,
String name,
String description,
Hashtable properties)
Ctor |
|
SerializedDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a SerializedDataSource from the specification given. |
|
VisadDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Just pass through to the base class the ctor arguments. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.gis |
|---|
| Constructors in ucar.unidata.data.gis with parameters of type DataSourceDescriptor | |
|---|---|
DemDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a DemDataSource from the specification given. |
|
GeodasDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a GeodasDataSource from the specification given. |
|
GeotiffDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Just pass through to the base class the ctor arguments. |
|
KmlDataSource(DataSourceDescriptor descriptor,
String kmlUrl,
Hashtable properties)
Create a KmlDataSource from the specification given. |
|
PlaceFileDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
Create a new FrontDataSource |
|
PlaceFileDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new FrontDataSource |
|
ShapeFileDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a ShapeFileDataSource from the specification given. |
|
WmsDataSource(DataSourceDescriptor descriptor,
List selections,
Hashtable properties)
Create a WmsDataSource from the specification given. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.grid |
|---|
| Constructors in ucar.unidata.data.grid with parameters of type DataSourceDescriptor | |
|---|---|
DodsGeoGridDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Construct a new DodsGeoGridDataSource from the supplied parameter |
|
GeoGridDataSource(DataSourceDescriptor descriptor,
File file,
Hashtable properties)
Create a GeoGridDataSource from a File. |
|
GeoGridDataSource(DataSourceDescriptor descriptor,
ucar.nc2.dt.grid.GridDataset gds,
String name,
String filename)
Construct a GeoGridDataSource |
|
GeoGridDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
Create a GeoGridDataSource from the filename. |
|
GeoGridDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a GeoGridDataSource from the filename. |
|
GridDataSource(DataSourceDescriptor descriptor)
Create a GridDataSource from the descriptor |
|
GridDataSource(DataSourceDescriptor descriptor,
List sources,
String name,
Hashtable properties)
Create a GridDataSource from the specification given. |
|
GridDataSource(DataSourceDescriptor descriptor,
String source,
String name,
Hashtable properties)
Create a GridDataSource from the specification given. |
|
ImageGridDataSource(DataSourceDescriptor descriptor,
File file,
Hashtable properties)
Create a GeoGridDataSource from a File. |
|
ImageGridDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
Create a GeoGridDataSource from the filename. |
|
ImageGridDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a GeoGridDataSource from the filename. |
|
Vis5DDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a Vis5DDataSource from the specification given. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.imagery |
|---|
| Constructors in ucar.unidata.data.imagery with parameters of type DataSourceDescriptor | |
|---|---|
AddeImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
Create a new AddeImageDataSource with the given dataset. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
List images,
Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
Create a new AddeImageDataSource with an a single image ADDE url. |
|
ImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
Create a new ImageDataSource with the given ImageDataset. |
|
ImageDataSource(DataSourceDescriptor descriptor,
List images,
Hashtable properties)
Create a new ImageDataSource with a list of (String) images. |
|
ImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
Create a new ImageDataSource with a list of (String) images. |
|
ImageXmlDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Just pass through to the base class the ctor arguments. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
ArrayList images,
Hashtable properties)
Create a new McIDASImageDataSource with list of AREA files. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
Create a new McIDASImageDataSource with a ImageDataset |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
Create a new McIDASImageDataSource with array of AREA files. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
Create a new McIDASImageDataSource with a single AREA file. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.point |
|---|
| Constructors in ucar.unidata.data.point with parameters of type DataSourceDescriptor | |
|---|---|
AddePointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new AddePointDataSource from the parameters
supplied. |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new data source |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new data source |
|
CDOGTextPointDataSource(DataSourceDescriptor descriptor,
String source,
String name,
Hashtable properties)
Create a new data source |
|
DbPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new AddePointDataSource from the parameters
supplied. |
|
DiamondPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new Diamond PointDataSource |
|
DiamondPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new Diamond PointDataSource |
|
GNOMETextPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new GNOME data source |
|
GNOMETextPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new GNOME data source |
|
NetcdfMetarDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Deprecated. Create a NetcdfMetarDataSource |
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new NetcdfPointDataSource |
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
String[] sources,
Hashtable properties)
Create a new NetcdfPointDataSource |
|
NetcdfPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new NetcdfPointDataSource |
|
NetcdfPointDataSource(ucar.nc2.ft.FeatureDatasetPoint fixedDataset,
DataSourceDescriptor descriptor,
Hashtable properties)
Create a new NetcdfPointDataSource |
|
PointCloudDataSource(DataSourceDescriptor descriptor,
List sources,
String name,
Hashtable properties)
Create a PointDataSource |
|
PointCloudDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
_more_ |
|
PointDataSource(DataSourceDescriptor descriptor,
List sources,
String name,
Hashtable properties)
Create a new PointDataSource |
|
PointDataSource(DataSourceDescriptor descriptor,
String source,
String description,
Hashtable properties)
Create a PointDataSource |
|
TextPointDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a new PointDataSource |
|
TextPointDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new TextPointDataSource |
|
TextPointDataSource(DataSourceDescriptor descriptor,
String source,
String name,
Hashtable properties)
Create a new TextPointDataSource |
|
WaterMLDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new AddePointDataSource from the parameters
supplied. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.profiler |
|---|
| Constructors in ucar.unidata.data.profiler with parameters of type DataSourceDescriptor | |
|---|---|
AddeProfilerDataSource(DataSourceDescriptor descriptor,
ArrayList stations,
Hashtable properties)
Create a new AddeProfilerDataSource |
|
CDMProfilerDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
Create a new FrontDataSource |
|
CDMProfilerDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new CDMProfilerDataSource |
|
EOLProfilerDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new EOLProfilerDataSource |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.radar |
|---|
| Constructors in ucar.unidata.data.radar with parameters of type DataSourceDescriptor | |
|---|---|
CDMRadarDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Construct a new CDM data source. |
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
RadarQuery radarQuery,
Hashtable properties)
Construct a new CDM data source. |
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
String[] sources,
Hashtable properties)
Construct a new CDM data source. |
|
CDMRadarDataSource(DataSourceDescriptor descriptor,
String fileName,
Hashtable properties)
Construct a new CDM data source. |
|
DoradeDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Construct a new DORADE data source. |
|
DoradeDataSource(DataSourceDescriptor descriptor,
String fileName,
Hashtable properties)
Construct a new DORADE data source. |
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Construct a new Level II data source. |
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
String[] sources,
Hashtable properties)
Construct a new Level II data source. |
|
Level2RadarDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Construct a new Level II data source. |
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Construct a new DORADE data source. |
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
String fileName,
Hashtable properties)
Construct a new DORADE data source. |
|
RadarDataSource(DataSourceDescriptor descriptor,
List sources,
String description,
Hashtable properties)
Construct a new radar data source. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.sounding |
|---|
| Constructors in ucar.unidata.data.sounding with parameters of type DataSourceDescriptor | |
|---|---|
DbTrajectoryDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a new AddePointDataSource from the parameters
supplied. |
|
RaobDataSource(DataSourceDescriptor descriptor,
RaobDataSet rds,
Hashtable properties)
Constructs from a specification of the data-source. |
|
RaobDataSource(DataSourceDescriptor descriptor,
String file,
Hashtable properties)
Constructs from a specification of the data-source. |
|
SondeDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
SondeDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
TrackDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
TrackDataSource(DataSourceDescriptor descriptor,
List sources,
String description,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
TrackDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
TrajectoryFeatureTypeDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
TrajectoryFeatureTypeDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
| Uses of DataSourceDescriptor in ucar.unidata.data.text |
|---|
| Constructors in ucar.unidata.data.text with parameters of type DataSourceDescriptor | |
|---|---|
AddeTextDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new AddeTextDataSource |
|
AddeTextProductDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
|
|
AddeTextProductDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
|
|
DrawingDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new DrawingDataSource |
|
FrontDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
Create a new FrontDataSource |
|
FrontDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new FrontDataSource |
|
MovieDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new MovieDataSource |
|
NwxTextProductDataSource(DataSourceDescriptor descriptor,
List files,
Hashtable properties)
|
|
NwxTextProductDataSource(DataSourceDescriptor descriptor,
List newSources,
String name,
String description,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
NwxTextProductDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
|
|
TextDataSource(DataSourceDescriptor descriptor,
String filename,
Hashtable properties)
Create a new TextDataSource |
|
TextProductDataSource(DataSourceDescriptor descriptor,
List newSources,
String description,
Hashtable properties)
Ctor |
|
TextProductDataSource(DataSourceDescriptor descriptor,
List newSources,
String name,
String description,
Hashtable properties)
Create a TrackDataSource from the specification given. |
|
TextProductDataSource(DataSourceDescriptor descriptor,
String name,
String description,
Hashtable properties)
Ctor |
|
| Uses of DataSourceDescriptor in ucar.unidata.idv |
|---|
| Methods in ucar.unidata.idv with parameters of type DataSourceDescriptor | |
|---|---|
void |
IntegratedDataViewer.makeDataSource(DataSourceDescriptor descriptor)
Make the data source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||