Class WaterMLDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class WaterMLDataSource extends PointDataSource
Version:
$Revision: 1.90 $ $Date: 2007/08/06 17:02:27 $
Author:
IDV Development Team
  • Field Details

  • Constructor Details

    • WaterMLDataSource

      public WaterMLDataSource() throws VisADException
      Default contstructor.
      Throws:
      VisADException
    • WaterMLDataSource

      public WaterMLDataSource(DataSourceDescriptor descriptor, String source, Hashtable properties) throws Exception
      Create a new AddePointDataSource from the parameters supplied.
      Parameters:
      descriptor - DataSourceDescriptor for this.
      source - Source URL
      properties - Hashtable of properties for the source.
      Throws:
      Exception - On badness
  • Method Details