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.
|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
ucar.visad |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheDataSource
Used to cache a data choice and its data
|
class |
DataSourceImpl
An abstract class that implements the DataSource interface.
|
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 | 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 |
JsonDataSource |
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 |
AddeImageDescriptor
A class to hold an image directory + the location
|
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.
|
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 | Class and Description |
---|---|
class |
DefaultIdv
This is the default implementation of an IDV.
|
class |
IdvBase
This is the base class for the IntegratedDataViewer.
|
class |
IdvServer.MyIdv
Class description
|
class |
IntegratedDataViewer
This is the central class for IDV applications.
|
class |
MultiPaneIdv
An example IDV application that supports muliple view panes
in the same window, a la AWIPS
|
Modifier and Type | Class and Description |
---|---|
class |
ParcelMode
An enumerated-type for how the initial conditions (pressure, temperature,
moisture content) of an air parcel is determined.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectionCoordinateSystem
Adapts a ucar.unidata.Projection into a VisAD MapProjection CoordinateSystem.
|
class |
RadarMapProjection
A map projection uses a McIDAS navigation.
|
class |
UTMCoordinateSystem
Transforms between UTM coordinates and lat/lon in degrees.
|