| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.point |
Scientific data type "Point", collections of point observation data.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.dt.trajectory |
Scientific data type "Trajectory".
|
| ucar.nc2.iosp.adde |
IOSP for ADDE servers
|
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GridDataset
A dataset containing Grid objects.
|
interface |
PointObsDataset
A PointCollection of PointObsDatatype.
|
interface |
RadialDatasetSweep
A RadialDataset in which the radials can be grouped into sweeps.
|
interface |
StationObsDataset
A collection of Stations with StationObsDatatype data.
|
interface |
StationRadialDataset
A collection of Stations with RadialDatatype data.
|
interface |
TrajectoryObsDataset
A collection of TrajectoryObsDatatype.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TypedDatasetImpl
Superclass for implementations of TypedDataset.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
static TypedDataset |
TypedDatasetFactory.open(FeatureType datatype,
java.lang.String location,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
Open a dataset as a TypedDataset.
|
TypedDataset |
TypedDatasetFactoryIF.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Open a NetcdfDataset as a TypedDataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataset
Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CFstationObsDataset
This handles station datasets in "Unidata Observation Dataset v1.0"
Read StationObsDataset in "CF" experimental point/ungridded convention.
|
class |
DapperDataset
Handles datasets using Dapper doubley nested sequences.
|
class |
MadisPointObsDataset
Class Description.
|
class |
MadisStationObsDataset
This reads MADIS station data formatted files.
|
class |
NdbcDataset
National Data Buoy Center data.
|
class |
OldUnidataPointObsDataset
This handles datasets in an old format.
|
class |
OldUnidataStationObsDataset
This handles datasets in the old metar2nc format.
|
class |
PointObsDatasetImpl
Superclass for implementations of PointObsDataset.
|
class |
SequenceObsDataset
This handles DODS sequences that have station obs data.
|
class |
StationObsDatasetImpl
Superclass for implementations of StationObsDataset.
|
class |
UnidataPointObsDataset
This handles point datasets in "Unidata Observation Dataset v1.0"
|
class |
UnidataStationObsDataset
This handles station datasets in "Unidata Observation Dataset v1.0" implemented as linked or contiguous lists.
|
class |
UnidataStationObsDataset2
Deprecated.
use UnidataStationObsDataset instead of this.
|
class |
UnidataStationObsMultidimDataset
This handles station datasets in "Unidata Observation Dataset v1.0" implemented as multidimensional Structures.
|
| Modifier and Type | Method and Description |
|---|---|
TypedDataset |
UnidataStationObsMultidimDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataStationObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
Deprecated.
|
TypedDataset |
UnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
SequenceObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
OldUnidataStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
OldUnidataPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
NdbcDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
MadisStationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
MadisPointObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
DapperDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
CFstationObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
| Modifier and Type | Class and Description |
|---|---|
class |
CFnetCDF2Dataset
Created by IntelliJ IDEA.
|
class |
Dorade2Dataset
Make a Dorade 2 NetcdfDataset into a RadialDataset.
|
class |
LevelII2Dataset
Make a NEXRAD Level 2 NetcdfDataset into a RadialDataset.
|
class |
Netcdf2Dataset
Created by IntelliJ IDEA.
|
class |
Nids2Dataset
Make a Nids NetcdfDataset into a RadialDataset.
|
class |
RadialDatasetSweepAdapter
Make a NetcdfDataset into a RadialDatasetSweep.
|
class |
StationRadarCollectionImpl
Created by IntelliJ IDEA.
|
class |
UF2Dataset
Created by IntelliJ IDEA.
|
| Modifier and Type | Method and Description |
|---|---|
TypedDataset |
UF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Nids2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Netcdf2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
LevelII2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Dorade2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
CFnetCDF2Dataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog)
_more_
|
| Modifier and Type | Class and Description |
|---|---|
class |
ARMTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|
class |
COSMICTrajectoryObsDataset
Created by IntelliJ IDEA.
|
class |
Float10TrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has two dimensions, an UNLIMITED time dimension and a trajectory dimension
it has two coordinate variables: 1) a time variable has units that
are udunits time units; and 2) a trajectory variable
all other variables are on the (time, trajectory) coordinate system
has latitude, longitude, and depth variables, only DEPTH has units
(compatible with "m").
|
class |
MultiTrajectoryObsDataset
Deprecated.
use ucar.nc2.ft.*
|
class |
RafTrajectoryObsDataset
Handle trajectory data files that follow the
NCAR-RAF netCDF Conventions ("NCAR-RAF/nimbus").
|
class |
SimpleTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|
class |
SingleTrajectoryObsDataset
Deprecated.
use ucar.nc2.ft.*
|
class |
TrajectoryObsDatasetImpl
Deprecated.
use ucar.nc2.ft.*
|
class |
UnidataTrajectoryObsDataset
Handle trajectory data files that follow the
Unidata Observation Dataset convention version 1.0.
|
class |
UnidataTrajectoryObsDataset2
Handle trajectory data files that follow the
Unidata Observation Dataset convention version 1.0.
|
class |
ZebraClassTrajectoryObsDataset
Implements TrajectoryDataset for datasets with these characteristics:
it has only one dimension, the dimension is UNLIMITED and is named "time"
it has one coordinate variable, time(time), with units that
are udunits time units
has the variables latitude(time), longitude(time), and altitude(time) with
units "deg", "deg", and "m", respectively.
|
| Modifier and Type | Method and Description |
|---|---|
TypedDataset |
ZebraClassTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataTrajectoryObsDataset2.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
UnidataTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
SimpleTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
RafTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
Float10TrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
COSMICTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
TypedDataset |
ARMTrajectoryObsDataset.open(NetcdfDataset ncd,
CancelTask task,
java.lang.StringBuilder errlog) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddeStationObsDataset
An adde "point" dataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DqcRadarDatasetCollection
Obsolete.
|
class |
DqcStationObsDataset
This implements a StationObsDataset with a DQC.
|
class |
TDSRadarDatasetCollection
Client side for getting data from the TDS radar server.
|