Class DodsGeoGridDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class DodsGeoGridDataSource extends GeoGridDataSource
A helper derived class to instantiate a DODS netcdf
Version:
$Revision: 1.26 $
Author:
Jeff McWhirter
  • Constructor Details

    • DodsGeoGridDataSource

      public DodsGeoGridDataSource()
      Default constuctor; does nothing
    • DodsGeoGridDataSource

      public DodsGeoGridDataSource(DataSourceDescriptor descriptor, String filename, Hashtable properties) throws IOException
      Construct a new DodsGeoGridDataSource from the supplied parameter
      Parameters:
      descriptor - descriptor for the datasource
      filename - filename or URL
      properties - extra properties
      Throws:
      IOException - unable to open file
  • Method Details