Uses of Class
ucar.unidata.data.DataSourceDescriptor
Packages that use DataSourceDescriptor
Package
Description
The data package.
DataSource classes and utilities for GIS-like data.
DataSource classes and utilities for gridded data.
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
DataSource classes and utilities for point (e.g., surface) data.
DataSource classes and utilities for wind profiler data.
DataSource classes and utilities for radar data.
DataSource classes and utilities for sounding data.
DataSource classes and utilities for text-like data.
The idv package.
-
Uses of DataSourceDescriptor in ucar.unidata.data
Methods in ucar.unidata.data that return DataSourceDescriptorModifier and TypeMethodDescriptionDataManager.getCurrent
(DataSourceDescriptor dds) Get the actual current descriptor with the id of the given or return the given one if one is not found.DataManager.getDescriptor
(String dataType) Find theDataSourceDescriptor
with the given dataType id.DataSourceImpl.getDescriptor()
Get theDataSourceDescriptor
for this DataSource.Methods in ucar.unidata.data that return types with arguments of type DataSourceDescriptorModifier and TypeMethodDescriptionDataManager.getDescriptors()
get the data source descriptorsDataManager.getStandaloneDescriptors()
get the data source descriptors for those data sources that can be stand-aloneMethods in ucar.unidata.data with parameters of type DataSourceDescriptorModifier and TypeMethodDescriptionDataManager.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 theDataSourceDescriptor
for this DataSource.Constructors in ucar.unidata.data with parameters of type DataSourceDescriptorModifierConstructorDescriptionCacheDataSource
(DataSourceDescriptor descriptor, String name, Hashtable properties) Create a CacheDataSourceDataSourceImpl
(DataSourceDescriptor descriptor) Create a DataSourceImplDataSourceImpl
(DataSourceDescriptor descriptor, String name, String description, Hashtable properties) Create this DataSourceImpl, setting the dataContext, name and description attributes.FilesDataSource
(DataSourceDescriptor descriptor) FilesDataSource
(DataSourceDescriptor descriptor, String name, String description, Hashtable properties) CtorFilesDataSource
(DataSourceDescriptor descriptor, List newSources, String name, String description, Hashtable properties) Create a TrackDataSource from the specification given.FilesDataSource
(DataSourceDescriptor descriptor, List newSources, String description, Hashtable properties) CtorSerializedDataSource
(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 DataSourceDescriptorModifierConstructorDescriptionDemDataSource
(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.JsonDataSource
(DataSourceDescriptor descriptor, String probSevereUrl, Hashtable properties) Create a KmlDataSource from the specification given.JsonDataSource
(DataSourceDescriptor descriptor, List newSources, Hashtable properties) Create a KmlDataSource from the specification given.KmlDataSource
(DataSourceDescriptor descriptor, String kmlUrl, Hashtable properties) Create a KmlDataSource from the specification given.PlaceFileDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new FrontDataSourcePlaceFileDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) Create a new FrontDataSourceShapeFileDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a ShapeFileDataSource from the specification given.WmsDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) 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 DataSourceDescriptorModifierConstructorDescriptionDodsGeoGridDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Construct a new DodsGeoGridDataSource from the supplied parameterGeoGridDataSource
(DataSourceDescriptor descriptor, File file, Hashtable properties) Create a GeoGridDataSource from a File.GeoGridDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a GeoGridDataSource from the filename.GeoGridDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) Create a GeoGridDataSource from the filename.GeoGridDataSource
(DataSourceDescriptor descriptor, ucar.nc2.dt.grid.GridDataset gds, String name, String filename) Construct a GeoGridDataSourceGridCoverageDataSource
(DataSourceDescriptor descriptor, File file, Hashtable properties) Create a GridCoverageDataSource from a File.GridCoverageDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a GeoGridDataSource from the filename.GridCoverageDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) Create a GeoGridDataSource from the filename.GridCoverageDataSource
(DataSourceDescriptor descriptor, ucar.nc2.ft2.coverage.adapter.DtCoverageDataset gds, String name, String filename) Construct a GeoGridDataSourceGridDataSource
(DataSourceDescriptor descriptor) Create a GridDataSource from the descriptorGridDataSource
(DataSourceDescriptor descriptor, String source, String name, Hashtable properties) Create a GridDataSource from the specification given.GridDataSource
(DataSourceDescriptor descriptor, List sources, 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, String filename, Hashtable properties) Create a GeoGridDataSource from the filename.ImageGridDataSource
(DataSourceDescriptor descriptor, List files, 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 DataSourceDescriptorModifierConstructorDescriptionAddeImageDataSource
(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.AddeImageDataSource
(DataSourceDescriptor descriptor, List images, Hashtable properties) Create a new AddeImageDataSource with an array (String) image ADDE urls.AddeImageDataSource
(DataSourceDescriptor descriptor, ImageDataset ids, Hashtable properties) Create a new AddeImageDataSource with the given dataset.ImageDataSource
(DataSourceDescriptor descriptor, String[] images, Hashtable properties) Create a new ImageDataSource with a list of (String) images.ImageDataSource
(DataSourceDescriptor descriptor, List images, Hashtable properties) Create a new ImageDataSource with a list of (String) images.ImageDataSource
(DataSourceDescriptor descriptor, ImageDataset ids, Hashtable properties) Create a new ImageDataSource with the givenImageDataset
.ImageXmlDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Just pass through to the base class the ctor arguments.McIDASImageDataSource
(DataSourceDescriptor descriptor, String[] images, Hashtable properties) Create a new McIDASImageDataSource with array of AREA files.McIDASImageDataSource
(DataSourceDescriptor descriptor, String image, Hashtable properties) Construct a McIDASImageDataSourceMcIDASImageDataSource
(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 aImageDataset
-
Uses of DataSourceDescriptor in ucar.unidata.data.point
Constructors in ucar.unidata.data.point with parameters of type DataSourceDescriptorModifierConstructorDescriptionAddePointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a newAddePointDataSource
from the parameters supplied.AMRCTextPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new Diamond PointDataSourceAMRCTextPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new AMRC PointDataSourceCDOGTextPointDataSource
(DataSourceDescriptor descriptor, String source, String name, Hashtable properties) Create a new data sourceCDOGTextPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new data sourceCDOGTextPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new data sourceDbPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a newAddePointDataSource
from the parameters supplied.DiamondPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new Diamond PointDataSourceDiamondPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new Diamond PointDataSourceGNOMETextPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new GNOME data sourceGNOMETextPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new GNOME data sourceNetcdfMetarDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a NetcdfMetarDataSourceNetcdfPointCloudDataSource
(ucar.nc2.ft.FeatureDatasetPoint fixedDataset, DataSourceDescriptor descriptor, Hashtable properties) Create a new NetcdfPointCloudDataSourceNetcdfPointCloudDataSource
(DataSourceDescriptor descriptor, String[] sources, Hashtable properties) Create a new NetcdfPointCloudDataSourceNetcdfPointCloudDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new NetcdfPointCloudDataSourceNetcdfPointCloudDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new NetcdfPointCloudDataSourceNetcdfPointDataSource
(ucar.nc2.ft.FeatureDatasetPoint fixedDataset, DataSourceDescriptor descriptor, Hashtable properties) Create a new NetcdfPointDataSourceNetcdfPointDataSource
(DataSourceDescriptor descriptor, String[] sources, Hashtable properties) Create a new NetcdfPointDataSourceNetcdfPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new NetcdfPointDataSourceNetcdfPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new NetcdfPointDataSourcePointCloudDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) _more_PointCloudDataSource
(DataSourceDescriptor descriptor, List sources, String name, Hashtable properties) Create a PointDataSourcePointDataSource
(DataSourceDescriptor descriptor, String source, String description, Hashtable properties) Create a PointDataSourcePointDataSource
(DataSourceDescriptor descriptor, List sources, String name, Hashtable properties) Create a new PointDataSourceTextPointDataSource
(DataSourceDescriptor descriptor, String source, String name, Hashtable properties) Create a new TextPointDataSourceTextPointDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new TextPointDataSourceTextPointDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new PointDataSourceWaterMLDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a newAddePointDataSource
from the parameters supplied.WRFHDNetcdfDataSource
(ucar.nc2.ft.FeatureDatasetPoint fixedDataset, DataSourceDescriptor descriptor, Hashtable properties) Create a new WRFHDNetcdfDataSourceWRFHDNetcdfDataSource
(DataSourceDescriptor descriptor, String[] sources, Hashtable properties) Create a new WRFHDNetcdfDataSourceWRFHDNetcdfDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new WRFHDNetcdfDataSourceWRFHDNetcdfDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a new WRFHDNetcdfDataSource -
Uses of DataSourceDescriptor in ucar.unidata.data.profiler
Constructors in ucar.unidata.data.profiler with parameters of type DataSourceDescriptorModifierConstructorDescriptionAddeProfilerDataSource
(DataSourceDescriptor descriptor, ArrayList stations, Hashtable properties) Create a new AddeProfilerDataSourceCDMProfilerDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a new CDMProfilerDataSourceCDMProfilerDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) Create a new FrontDataSourceEOLProfilerDataSource
(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 DataSourceDescriptorModifierConstructorDescriptionCDMRadarDataSource
(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.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.DoradeDataSource
(DataSourceDescriptor descriptor, String fileName, Hashtable properties) Construct a new DORADE data source.DoradeDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Construct a new DORADE 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.Level2RadarDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Construct a new Level II data source.NetcdfRadarDataSource
(DataSourceDescriptor descriptor, String fileName, Hashtable properties) Construct a new DORADE data source.NetcdfRadarDataSource
(DataSourceDescriptor descriptor, List sources, 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 DataSourceDescriptorModifierConstructorDescriptionDbTrajectoryDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a newAddePointDataSource
from the parameters supplied.RaobDataSource
(DataSourceDescriptor descriptor, String file, Hashtable properties) Constructs from a specification of the data-source.RaobDataSource
(DataSourceDescriptor descriptor, RaobDataSet rds, Hashtable properties) Constructs from a specification of the data-source.SondeDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a SondeDataSource from the specification given.SondeDataSource
(DataSourceDescriptor descriptor, List sources, Hashtable properties) Create a SondeDataSource from the specification given.TrackDataSource
(DataSourceDescriptor descriptor, String source, 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, List sources, Hashtable properties) Create a TrackDataSource from the specification given.TrajectoryFeatureTypeDataSource
(DataSourceDescriptor descriptor, String source, Hashtable properties) Create a SondeDataSource from the specification given.TrajectoryFeatureTypeDataSource
(DataSourceDescriptor descriptor, List sources, 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 DataSourceDescriptorModifierConstructorDescriptionAddeTextDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new AddeTextDataSourceAddeTextProductDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) AddeTextProductDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) DrawingDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new DrawingDataSourceFrontDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new FrontDataSourceFrontDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) Create a new FrontDataSourceMovieDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new MovieDataSourceNwxTextProductDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) NwxTextProductDataSource
(DataSourceDescriptor descriptor, List newSources, String name, String description, Hashtable properties) Create a TrackDataSource from the specification given.NwxTextProductDataSource
(DataSourceDescriptor descriptor, List files, Hashtable properties) TextDataSource
(DataSourceDescriptor descriptor, String filename, Hashtable properties) Create a new TextDataSourceTextProductDataSource
(DataSourceDescriptor descriptor, String name, String description, Hashtable properties) CtorTextProductDataSource
(DataSourceDescriptor descriptor, List newSources, String name, String description, Hashtable properties) Create a TrackDataSource from the specification given.TextProductDataSource
(DataSourceDescriptor descriptor, List newSources, String description, Hashtable properties) Ctor -
Uses of DataSourceDescriptor in ucar.unidata.idv
Methods in ucar.unidata.idv with parameters of type DataSourceDescriptorModifier and TypeMethodDescriptionvoid
IntegratedDataViewer.makeDataSource
(DataSourceDescriptor descriptor) Make the data source.