Class FlatFileDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class FlatFileDataSource 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.
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
  • Constructor Details

    • FlatFileDataSource

      Parameterless ctor
    • FlatFileDataSource

      public FlatFileDataSource(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.
      properties - General properties used in the base class
      Throws:
      VisADException - problem getting the data
  • Method Details