Class ImageGridDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class ImageGridDataSource extends GeoGridDataSource
Handles gridded files
Version:
$Revision: 1.179 $
Author:
IDV Development Team
  • Constructor Details

    • ImageGridDataSource

      public ImageGridDataSource()
      Default constructor
    • ImageGridDataSource

      public ImageGridDataSource(DataSourceDescriptor descriptor, File file, Hashtable properties) throws IOException
      Create a GeoGridDataSource from a File.
      Parameters:
      descriptor - Describes this data source, has a label etc.
      file - This is the file that points to the actual data source.
      properties - General properties used in the base class
      Throws:
      IOException - problem opening file
    • ImageGridDataSource

      public ImageGridDataSource(DataSourceDescriptor descriptor, String filename, Hashtable properties) throws IOException
      Create a GeoGridDataSource from the filename.
      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:
      IOException
    • ImageGridDataSource

      public ImageGridDataSource(DataSourceDescriptor descriptor, List files, Hashtable properties) throws IOException
      Create a GeoGridDataSource from the filename.
      Parameters:
      descriptor - Describes this data source, has a label etc.
      files - List of files or urls
      properties - General properties used in the base class
      Throws:
      IOException
  • Method Details