Uses of Class
ucar.unidata.data.grid.GeoGridDataSource

Packages that use GeoGridDataSource
ucar.unidata.data.grid DataSource classes and utilities for gridded data. 
 

Uses of GeoGridDataSource in ucar.unidata.data.grid
 

Subclasses of GeoGridDataSource in ucar.unidata.data.grid
 class DodsGeoGridDataSource
          A helper derived class to instantiate a DODS netcdf
 class ImageGridDataSource
          Handles gridded files
 

Constructors in ucar.unidata.data.grid with parameters of type GeoGridDataSource
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, 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, 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, String paramName, ucar.nc2.NetcdfFile ncFile, Object extraCacheKey)
          Construct a GeoGridAdapter that will take a GeoGrid and return VisAD Data objects from it.