| Package | Description |
|---|---|
| ucar.nc2.dt |
Scientific data types package.
|
| ucar.nc2.dt.grid |
Scientific data type "Grid", uses cartesian coordinate system.
|
| ucar.nc2.dt.radial |
Scientific data type "Radial", uses spherical coordinate system.
|
| ucar.nc2.ft |
Scientific feature types package
|
| ucar.nc2.ft.grid | |
| ucar.nc2.ft.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
| ucar.nc2.ft.point.collection | |
| ucar.nc2.ft.point.remote | |
| ucar.nc2.ft.point.standard |
package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types
|
| ucar.nc2.ft.radial | |
| ucar.nc2.stream | |
| ucar.nc2.thredds |
Connects NetCDF-Java to THREDDS Catalogs and Datasets.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RadialDatasetSweep
A RadialDataset in which the radials can be grouped into sweeps.
|
| 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 |
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 |
UF2Dataset
Created by IntelliJ IDEA.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeatureDatasetPoint
A FeatureDataset, composed of one or more PointFeatureCollections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureDatasetImpl
Abstract superclass for implementations of FeatureDataset.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDataset |
FeatureDatasetFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog)
Open a NetcdfDataset as a FeatureDataset.
|
static FeatureDataset |
FeatureDatasetFactoryManager.open(FeatureType wantFeatureType,
java.lang.String location,
CancelTask task,
java.util.Formatter errlog)
Open a dataset as a FeatureDataset.
|
static FeatureDataset |
FeatureDatasetFactoryManager.wrap(FeatureType wantFeatureType,
NetcdfDataset ncd,
CancelTask task,
java.util.Formatter errlog)
Wrap a NetcdfDataset as a FeatureDataset.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDataset |
GridDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointDatasetImpl
Implementation of PointFeatureDataset.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureDataset |
CompositeDatasetFactory.factory(java.lang.String location,
FeatureType wantFeatureType,
DatasetCollectionManager dcm,
java.util.Formatter errlog) |
| Modifier and Type | Class and Description |
|---|---|
class |
PointDatasetRemote
Client view of a CdmRemote Point Dataset.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDataset |
PointDatasetStandardFactory.open(FeatureType wantFeatureType,
NetcdfDataset ncd,
java.lang.Object analyser,
CancelTask task,
java.util.Formatter errlog) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StationRadialDataset
A Station collection of radial data.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureDataset |
RadialDatasetStandardFactory.open(FeatureType ftype,
NetcdfDataset ncd,
java.lang.Object analysis,
CancelTask task,
java.util.Formatter errlog) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureDataset |
CdmrFeatureDataset.factory(FeatureType wantFeatureType,
java.lang.String endpoint) |
| Modifier and Type | Field and Description |
|---|---|
FeatureDataset |
ThreddsDataFactory.Result.featureDataset |