| Package | Description | 
|---|---|
| ucar.unidata.data.grid | 
 DataSource classes and utilities for gridded data. 
 | 
| Constructor and Description | 
|---|
GridCoverageAdapter(GridCoverageDataSource dataSource,
                   ucar.nc2.ft2.coverage.Coverage geoGrid,
                   ucar.nc2.ft2.coverage.SubsetParams params)
Construct a GeoGridAdapter that will take a GeoGrid and return
 VisAD Data objects from it. 
 | 
GridCoverageAdapter(GridCoverageDataSource dataSource,
                   ucar.nc2.ft2.coverage.Coverage geoGrid,
                   ucar.nc2.ft2.coverage.SubsetParams params,
                   ucar.nc2.NetcdfFile ncFile)
Construct a GeoGridAdapter that will take a GeoGrid and return
 VisAD Data objects from it. 
 | 
GridCoverageAdapter(GridCoverageDataSource dataSource,
                   ucar.nc2.ft2.coverage.Coverage geoGrid,
                   ucar.nc2.ft2.coverage.SubsetParams params,
                   java.lang.String paramName)
Construct a GeoGridAdapter that will take a GeoGrid and return
 VisAD Data objects from it. 
 | 
GridCoverageAdapter(GridCoverageDataSource dataSource,
                   ucar.nc2.ft2.coverage.Coverage geoGrid,
                   ucar.nc2.ft2.coverage.SubsetParams params,
                   java.lang.String paramName,
                   ucar.nc2.NetcdfFile ncFile)
Construct a GeoGridAdapter that will take a GeoGrid and return
 VisAD Data objects from it. 
 | 
GridCoverageAdapter(GridCoverageDataSource dataSource,
                   ucar.nc2.ft2.coverage.Coverage geoGrid,
                   ucar.nc2.ft2.coverage.SubsetParams params,
                   java.lang.String paramName,
                   ucar.nc2.NetcdfFile ncFile,
                   java.lang.Object extraCacheKey)
Construct a GeoGridAdapter that will take a GeoGrid and return
 VisAD Data objects from it. 
 |