Class VisadDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class VisadDataSource extends FilesDataSource
This is an implementation that will read in a generic data file and return a single Data choice that is a VisAD Data object.
  • Constructor Details

    • VisadDataSource

      public VisadDataSource()
      Parameterless ctro for xml encoding.
    • VisadDataSource

      public VisadDataSource(DataSourceDescriptor descriptor, String filename, Hashtable properties) throws VisADException
      Just pass through to the base class the ctor arguments.
      Parameters:
      descriptor - Describes this data source, has a label etc.
      filename - This is the filename (or url) that points to the actual data source. Can be referenced with DataSourceImpl.getName
      properties - General properties used in the base class
      Throws:
      VisADException - problem getting the data
  • Method Details