| 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.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.util.cache |
Cache open NetcdfFile objects in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileCache |
NetcdfFile.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
NetcdfFile.setFileCache(FileCache cache)
Public by accident.
|
| Modifier and Type | Method and Description |
|---|---|
static FileCache |
NetcdfDataset.getNetcdfFileCache()
Get the File Cache
|
| Modifier and Type | Field and Description |
|---|---|
protected FileCache |
GridDataset.fileCache |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDataset.setFileCache(FileCache fileCache) |
| Modifier and Type | Field and Description |
|---|---|
protected FileCache |
RadialDatasetSweepAdapter.fileCache |
| Modifier and Type | Method and Description |
|---|---|
void |
RadialDatasetSweepAdapter.setFileCache(FileCache fileCache) |
| Modifier and Type | Field and Description |
|---|---|
protected FileCache |
FeatureDatasetImpl.fileCache |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureDatasetImpl.setFileCache(FileCache fileCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileCacheNOP
Class Description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileCacheRaf.Raf.setFileCache(FileCache fileCache) |
void |
FileCacheable.setFileCache(FileCache fileCache)
If the FileCache is set, the FileCacheable object must store it and call FileCache.release() on FileCacheable.close():
|