| Package | Description |
|---|---|
| ucar.nc2 |
The public API to the Java-NetCDF library.
|
| ucar.nc2.dataset |
An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data,
and NcML.
|
| ucar.nc2.dods |
OpenDAP-netCDF library.
|
| 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.point |
package ucar.nc2.ft.point : Implementation of Point Feature Types
|
| ucar.nc2.ft.point.remote | |
| ucar.nc2.ft.radial | |
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.mcidas | |
| ucar.nc2.stream | |
| ucar.nc2.util.cache |
Cache open NetcdfFile objects in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfFile
Read-only scientific datasets that are accessible through the netCDF API.
|
class |
NetcdfFileWriteable
Create/Write netCDF-3 formatted files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetcdfDataset
NetcdfDataset extends the netCDF API, adding standard attribute parsing such as
scale and offset, and explicit support for Coordinate Systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DODSNetcdfFile
Access to DODS datasets through the Netcdf API.
|
| 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 |
FeatureDataset
Superclass for "scientific feature type" datasets.
|
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 | Class and Description |
|---|---|
class |
PointDatasetImpl
Implementation of PointFeatureDataset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PointDatasetRemote
Client view of a CdmRemote Point Dataset.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StationRadialDataset
A Station collection of radial data.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GempakGridServiceProvider.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
GempakSoundingIOSP.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
GempakSurfaceIOSP.MakeNetcdfFile
TODO: generalize this
static class for testing
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AreaServiceProvider.MakeNetcdfFile
TODO: generalize this
static class for testing
|
protected static class |
Vis5DIosp.MakeNetcdfFile
TODO: generalize this
static class for testing
|
| Modifier and Type | Class and Description |
|---|---|
class |
CdmRemote
A remote CDM dataset, using ncstream to communicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileCacheRaf.Raf |
| Modifier and Type | Method and Description |
|---|---|
FileCacheable |
FileCache.acquire(FileFactory factory,
java.lang.Object hashKey,
java.lang.String location,
int buffer_size,
CancelTask cancelTask,
java.lang.Object spiObject)
Acquire a FileCacheable from the cache, and lock it so no one else can use it.
|
FileCacheable |
FileCache.acquire(FileFactory factory,
java.lang.String location,
CancelTask cancelTask)
Acquire a FileCacheable, and lock it so no one else can use it.
|
FileCacheable |
FileFactory.open(java.lang.String location,
int buffer_size,
CancelTask cancelTask,
java.lang.Object iospMessage) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
FileCache.getInfo(FileCacheable ncfile) |
void |
FileCacheNOP.release(FileCacheable ncfile) |
void |
FileCache.release(FileCacheable ncfile)
Release the file.
|