Uses of Class
ucar.nc2.util.cache.FileCache

Packages that use FileCache
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. 
 

Uses of FileCache in ucar.nc2
 

Fields in ucar.nc2 declared as FileCache
protected  FileCache NetcdfFile.cache
           
 

Methods in ucar.nc2 with parameters of type FileCache
 void NetcdfFile.setFileCache(FileCache cache)
          Public by accident.
 

Uses of FileCache in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return FileCache
static FileCache NetcdfDataset.getNetcdfFileCache()
          Get the File Cache
 

Uses of FileCache in ucar.nc2.dt.grid
 

Fields in ucar.nc2.dt.grid declared as FileCache
protected  FileCache GridDataset.fileCache
           
 

Methods in ucar.nc2.dt.grid with parameters of type FileCache
 void GridDataset.setFileCache(FileCache fileCache)
           
 

Uses of FileCache in ucar.nc2.dt.radial
 

Fields in ucar.nc2.dt.radial declared as FileCache
protected  FileCache RadialDatasetSweepAdapter.fileCache
           
 

Methods in ucar.nc2.dt.radial with parameters of type FileCache
 void RadialDatasetSweepAdapter.setFileCache(FileCache fileCache)
           
 

Uses of FileCache in ucar.nc2.ft
 

Fields in ucar.nc2.ft declared as FileCache
protected  FileCache FeatureDatasetImpl.fileCache
           
 

Methods in ucar.nc2.ft with parameters of type FileCache
 void FeatureDatasetImpl.setFileCache(FileCache fileCache)
           
 

Uses of FileCache in ucar.nc2.util.cache
 

Subclasses of FileCache in ucar.nc2.util.cache
 class FileCacheNOP
          Class Description.
 

Methods in ucar.nc2.util.cache with parameters of type FileCache
 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():
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.