Package | Description |
---|---|
ucar.unidata.data.grid |
DataSource classes and utilities for gridded data.
|
Modifier and Type | Class and Description |
---|---|
class |
DodsGeoGridDataSource
A helper derived class to instantiate a DODS netcdf
|
class |
ImageGridDataSource
Handles gridded files
|
Constructor and Description |
---|
GeoGridAdapter(GeoGridDataSource dataSource,
ucar.nc2.dt.grid.GeoGrid geoGrid)
Construct a GeoGridAdapter that will take a GeoGrid and return
VisAD Data objects from it.
|
GeoGridAdapter(GeoGridDataSource dataSource,
ucar.nc2.dt.grid.GeoGrid geoGrid,
ucar.nc2.NetcdfFile ncFile)
Construct a GeoGridAdapter that will take a GeoGrid and return
VisAD Data objects from it.
|
GeoGridAdapter(GeoGridDataSource dataSource,
ucar.nc2.dt.grid.GeoGrid geoGrid,
java.lang.String paramName)
Construct a GeoGridAdapter that will take a GeoGrid and return
VisAD Data objects from it.
|
GeoGridAdapter(GeoGridDataSource dataSource,
ucar.nc2.dt.grid.GeoGrid geoGrid,
java.lang.String paramName,
ucar.nc2.NetcdfFile ncFile)
Construct a GeoGridAdapter that will take a GeoGrid and return
VisAD Data objects from it.
|
GeoGridAdapter(GeoGridDataSource dataSource,
ucar.nc2.dt.grid.GeoGrid geoGrid,
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.
|