Class NetcdfMetarDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class NetcdfMetarDataSource extends NetcdfPointDataSource
A data source for netCDF METAR data
Author:
Don Murray deprecated use NetcdfPointDataSource
  • Constructor Details

    • NetcdfMetarDataSource

      public NetcdfMetarDataSource() throws VisADException
      Default constructor
      Throws:
      VisADException - problem creating VisAD data object
    • NetcdfMetarDataSource

      public NetcdfMetarDataSource(DataSourceDescriptor descriptor, String source, Hashtable properties) throws VisADException
      Create a NetcdfMetarDataSource
      Parameters:
      descriptor - descriptor for the DataSource
      source - file location
      properties - extra properties
      Throws:
      VisADException