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 polar coordinate system.
|
ucar.nc2.ft |
Scientific feature types package
|
ucar.nc2.ft.cover.impl | |
ucar.nc2.grib.collection | |
ucar.nc2.util.cache |
Cache open FileCacheable objects in memory (eg NetcdfFile, RandomAccessFile).
|
ucar.unidata.io |
Input/Output utilities.
|
Modifier and Type | Field and Description |
---|---|
protected FileCacheIF |
NetcdfFile.cache |
Modifier and Type | Method and Description |
---|---|
void |
NetcdfFile.setFileCache(FileCacheIF cache)
Public by accident.
|
Modifier and Type | Method and Description |
---|---|
static FileCacheIF |
NetcdfDataset.getNetcdfFileCache()
Get the File Cache
|
Modifier and Type | Field and Description |
---|---|
protected FileCacheIF |
GridDataset.fileCache |
Modifier and Type | Method and Description |
---|---|
void |
GridDataset.setFileCache(FileCacheIF fileCache) |
Modifier and Type | Field and Description |
---|---|
protected FileCacheIF |
RadialDatasetSweepAdapter.fileCache |
Modifier and Type | Method and Description |
---|---|
void |
RadialDatasetSweepAdapter.setFileCache(FileCacheIF fileCache) |
Modifier and Type | Field and Description |
---|---|
protected FileCacheIF |
FeatureDatasetImpl.fileCache |
Modifier and Type | Method and Description |
---|---|
void |
FeatureDatasetImpl.setFileCache(FileCacheIF fileCache) |
Modifier and Type | Method and Description |
---|---|
void |
CoverageDatasetImpl.setFileCache(FileCacheIF fileCache) |
Modifier and Type | Field and Description |
---|---|
static FileCacheIF |
GribCdmIndex.gribCollectionCache |
protected FileCacheIF |
GribCollectionImmutable.objCache |
Modifier and Type | Method and Description |
---|---|
void |
GribCollectionImmutable.setFileCache(FileCacheIF fileCache) |
static void |
GribCdmIndex.setGribCollectionCache(FileCacheIF cache) |
Modifier and Type | Class and Description |
---|---|
class |
FileCache
Keep cache of open FileCacheable objects, for example NetcdfFile.
|
class |
FileCacheARC
Keep cache of open FileCacheable objects, for example NetcdfFile.
|
class |
FileCacheGuava
Memory cache using guava cache
|
class |
FileCacheNOP
A FileCache that does nothing when release() is called.
|
Modifier and Type | Method and Description |
---|---|
void |
FileCacheable.setFileCache(FileCacheIF fileCache)
If the FileCache is not null, FileCacheable.close() must call FileCache.release()
|
Modifier and Type | Method and Description |
---|---|
static FileCacheIF |
RandomAccessFile.getGlobalFileCache() |
Modifier and Type | Method and Description |
---|---|
void |
RandomAccessFile.setFileCache(FileCacheIF fileCache) |
static void |
RandomAccessFile.setGlobalFileCache(FileCacheIF _cache) |
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.