| 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.control | 
 DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheDataSource
Used to cache  a data choice and its data 
 | 
class  | 
DescriptorDataSource
This simply holds a list of DerivedDataDescriptors
 It is used, for example, to represent a collection
 of end-user defined formulas (i.e., DerivedDataDescriptor) 
 | 
class  | 
FilesDataSource
A data source for balloon and aircraft tracks 
 | 
class  | 
ListDataSource
This simply holds a list of DataChoices
 It is used, for example, to represent a collection
 of end-user defined formulas (i.e., DerivedDataChoice) 
 | 
class  | 
SerializedDataSource
This data source knows how to read in a zip file that contains an index xml file and a set of
 serialized visad.Data objects 
 | 
class  | 
VisadDataSource
This is an implementation that will read in a generic data file
 and return a single Data choice that is a VisAD Data object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.util.List<java.lang.String> | 
AddeUtil.generateTimeUrls(DataSourceImpl datasource,
                java.lang.String url,
                DataSelection subset)
Generate a list of URLs, expanding any time macros 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DemDataSource
DataSource for Digital Elevation Model (DEM) files. 
 | 
class  | 
GeodasDataSource
Class GeodasDataSource tmop 
 | 
class  | 
GeotiffDataSource
This is an implementation that will read in a generic data file
 and return a single Data choice that is a VisAD Data object. 
 | 
class  | 
KmlDataSource
DataSource for Web Map Servers 
 | 
class  | 
PlaceFileDataSource
This reads placefile and generates a xgrf file
 Placefile syntax is defined here: http://www.grlevelx.com/downloads/places.txt 
 | 
class  | 
ShapeFileDataSource
DataSource for Shapefiles. 
 | 
class  | 
WmsDataSource
DataSource for Web Map Servers 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DodsGeoGridDataSource
A helper derived class to instantiate a DODS netcdf 
 | 
class  | 
GeoGridDataSource
Handles gridded files 
 | 
class  | 
GridCoverageDataSource
Handles gridded files 
 | 
class  | 
GridDataSource
An abstract  class that provides a list of 2d and 3d DataCategory objects
  for   grid data sources. 
 | 
class  | 
ImageGridDataSource
Handles gridded files 
 | 
class  | 
Vis5DDataSource
A data source for Vis5D data files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddeImageDataSource
A data source for ADDE images. 
 | 
class  | 
ImageDataSource
Abstract DataSource class for images files. 
 | 
class  | 
ImageXmlDataSource
This is an implementation that will read in a generic data file
 and return a single Data choice that is a VisAD Data object. 
 | 
class  | 
McIDASImageDataSource
A data source for ADDE images AREA files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddePointDataSource
A data source for ADDE point data 
 | 
class  | 
AMRCTextPointDataSource
Created by yuanho on 10/22/14. 
 | 
class  | 
CDOGTextPointDataSource
DataSource to handle the Comprehensive Deepwater Oil and Gass (CDOG) Blowout Model space delimited text output 
 | 
class  | 
DbPointDataSource  | 
class  | 
DiamondPointDataSource
Created by IntelliJ IDEA. 
 | 
class  | 
GNOMETextPointDataSource
Datasource for the GNOME SPLOTS (General NOAA Operational Modeling
 Environement SPill DOTS") files. 
 | 
class  | 
NetcdfMetarDataSource
Deprecated. 
 
use NetcdfPointDataSource 
 | 
class  | 
NetcdfPointCloudDataSource  | 
class  | 
NetcdfPointDataSource
A data source for netCDF or CDM point data 
 | 
class  | 
PointCloudDataSource
A display control for volume rendering of a 3D grid 
 | 
class  | 
PointDataSource
A data source for point data 
 | 
class  | 
TextPointDataSource
A data source for point data from a Text file 
 | 
class  | 
WaterMLDataSource  | 
class  | 
WRFHDNetcdfDataSource
Created by yuanho on 9/14/16. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddeProfilerDataSource
A data source for Profiler Network data from an ADDE server. 
 | 
class  | 
CDMProfilerDataSource
Created by IntelliJ IDEA. 
 | 
class  | 
EOLProfilerDataSource
A data source for EOL profiler data 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CDMRadarDataSource
A data source for radar data through the netCDF Common Data Model (CDM)
 Radial Datatype API. 
 | 
class  | 
DoradeDataSource
A data source for DORADE radar data 
 | 
class  | 
Level2RadarDataSource
A data source for Archive Level II Radar data files. 
 | 
class  | 
NetcdfRadarDataSource
A data source for DORADE radar data 
 | 
class  | 
RadarDataSource
A data source for Radar data files. 
 | 
| Constructor and Description | 
|---|
CDMRadarAdapter(DataSourceImpl source,
               java.lang.String fileName)
Construct a new DORADE adapter. 
 | 
DoradeAdapter(DataSourceImpl source,
             java.lang.String fileName)
Construct a new DORADE adapter. 
 | 
Level2Adapter(DataSourceImpl source,
             java.lang.String filename)
Construct a new Level2Adapter 
 | 
Level2Adapter(DataSourceImpl source,
             java.lang.String filename,
             visad.georef.EarthLocation radarLocation)
Construct a new Level2Adapter for the radar location given 
 | 
NetcdfSweepfileAdapter(DataSourceImpl source,
                      java.lang.String location)
Construct a new DORADE adapter. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CDMProfileDataSource
The Class CDMPointDataSource. 
 | 
class  | 
DbTrajectoryDataSource  | 
class  | 
RaobDataSource
DataSource for RAOB soundings. | 
class  | 
SondeDataSource
A data source for balloon and aircraft tracks 
 | 
class  | 
TrackDataSource
A data source for balloon and aircraft tracks 
 | 
class  | 
TrajectoryFeatureTypeDataSource
Created by IntelliJ IDEA. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddeTextDataSource
Class for data sources of ADDE text data. 
 | 
class  | 
AddeTextProductDataSource
A class for handling text ADDE test 
 | 
class  | 
DrawingDataSource
A class for handling text (and HTML) classes 
 | 
class  | 
FrontDataSource
A class for handling text (and HTML) classes 
 | 
class  | 
MovieDataSource
A DataSource for movie (QuickTime, AVI) data. 
 | 
class  | 
NwxTextProductDataSource
A class for handling text products configured from NWX tables 
 | 
class  | 
TextDataSource
A class for handling text (and HTML) classes 
 | 
class  | 
TextProductDataSource
A class for handling text products (e.g. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DataSourceImpl | 
ImagePlanViewControl.getDataSource()
_more_ 
 |