Uses of Interface
ucar.nc2.util.cache.FileCacheable

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

Uses of FileCacheable in ucar.nc2
 

Classes in ucar.nc2 that implement FileCacheable
 class NetcdfFile
          Read-only scientific datasets that are accessible through the netCDF API.
 class NetcdfFileWriteable
          Create/Write netCDF-3 formatted files.
 

Uses of FileCacheable in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset that implement FileCacheable
 class NetcdfDataset
          NetcdfDataset extends the netCDF API, adding standard attribute parsing such as scale and offset, and explicit support for Coordinate Systems.
 

Uses of FileCacheable in ucar.nc2.dods
 

Classes in ucar.nc2.dods that implement FileCacheable
 class DODSNetcdfFile
          Access to DODS datasets through the Netcdf API.
 

Uses of FileCacheable in ucar.nc2.dt
 

Subinterfaces of FileCacheable in ucar.nc2.dt
 interface RadialDatasetSweep
          A RadialDataset in which the radials can be grouped into sweeps.
 

Uses of FileCacheable in ucar.nc2.dt.grid
 

Classes in ucar.nc2.dt.grid that implement FileCacheable
 class GridDataset
          Make a NetcdfDataset into a collection of GeoGrids with Georeferencing coordinate systems.
 

Uses of FileCacheable in ucar.nc2.dt.radial
 

Classes in ucar.nc2.dt.radial that implement FileCacheable
 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.
 

Uses of FileCacheable in ucar.nc2.ft
 

Subinterfaces of FileCacheable in ucar.nc2.ft
 interface FeatureDataset
          Superclass for "scientific feature type" datasets.
 interface FeatureDatasetPoint
          A FeatureDataset, composed of one or more PointFeatureCollections.
 

Classes in ucar.nc2.ft that implement FileCacheable
 class FeatureDatasetImpl
          Abstract superclass for implementations of FeatureDataset.
 

Uses of FileCacheable in ucar.nc2.ft.point
 

Classes in ucar.nc2.ft.point that implement FileCacheable
 class PointDatasetImpl
          Implementation of PointFeatureDataset.
 

Uses of FileCacheable in ucar.nc2.ft.point.remote
 

Classes in ucar.nc2.ft.point.remote that implement FileCacheable
 class PointDatasetRemote
          Client view of a CdmRemote Point Dataset.
 

Uses of FileCacheable in ucar.nc2.ft.radial
 

Subinterfaces of FileCacheable in ucar.nc2.ft.radial
 interface StationRadialDataset
          A Station collection of radial data.
 

Uses of FileCacheable in ucar.nc2.iosp.gempak
 

Classes in ucar.nc2.iosp.gempak that implement FileCacheable
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
 

Uses of FileCacheable in ucar.nc2.iosp.mcidas
 

Classes in ucar.nc2.iosp.mcidas that implement FileCacheable
protected static class AreaServiceProvider.MakeNetcdfFile
          TODO: generalize this static class for testing
protected static class Vis5DIosp.MakeNetcdfFile
          TODO: generalize this static class for testing
 

Uses of FileCacheable in ucar.nc2.stream
 

Classes in ucar.nc2.stream that implement FileCacheable
 class CdmRemote
          A remote CDM dataset, using ncstream to communicate.
 

Uses of FileCacheable in ucar.nc2.util.cache
 

Classes in ucar.nc2.util.cache that implement FileCacheable
 class FileCacheRaf.Raf
           
 

Methods in ucar.nc2.util.cache that return FileCacheable
 FileCacheable FileCache.acquire(FileFactory factory, Object hashKey, String location, int buffer_size, CancelTask cancelTask, Object spiObject)
          Acquire a FileCacheable from the cache, and lock it so no one else can use it.
 FileCacheable FileCache.acquire(FileFactory factory, String location, CancelTask cancelTask)
          Acquire a FileCacheable, and lock it so no one else can use it.
 FileCacheable FileFactory.open(String location, int buffer_size, CancelTask cancelTask, Object iospMessage)
           
 

Methods in ucar.nc2.util.cache with parameters of type FileCacheable
 String FileCache.getInfo(FileCacheable ncfile)
           
 void FileCacheNOP.release(FileCacheable ncfile)
           
 void FileCache.release(FileCacheable ncfile)
          Release the file.
 



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