Class Vis5DDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class Vis5DDataSource extends GridDataSource
A data source for Vis5D data files. Handles grid and topography files.
Version:
$Revision: 1.61 $
Author:
IDV Development Team
  • Constructor Details

    • Vis5DDataSource

      public Vis5DDataSource()
      Dummy constructor so this object can get unpersisted.
    • Vis5DDataSource

      public Vis5DDataSource(DataSourceDescriptor descriptor, String source, Hashtable properties) throws VisADException
      Create a Vis5DDataSource from the specification given.
      Parameters:
      descriptor - descriptor for the DataSource
      source - source of data (filename)
      properties - extra properties for initialization
      Throws:
      VisADException - couldn't create the data
  • Method Details