Class GNOMETextPointDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class GNOMETextPointDataSource extends TextPointDataSource
Datasource for the GNOME SPLOTS (General NOAA Operational Modeling Environement SPill DOTS") files. It consists of a series of 3 files with extensions .ms3, .ms4, .ms5
Author:
Don Murray
  • Field Details

    • TIME_FILE_SUFFIX

      public static final String TIME_FILE_SUFFIX
      Suffix for the file containing the time
      See Also:
    • LOCATION_FILE_SUFFIX

      public static final String LOCATION_FILE_SUFFIX
      Suffix for the file containing the locations
      See Also:
    • DATA_FILE_SUFFIX

      public static final String DATA_FILE_SUFFIX
      Suffix for the file containing the data
      See Also:
    • VALIDFOR

      public static final String VALIDFOR
      Date line identifier
      See Also:
  • Constructor Details

    • GNOMETextPointDataSource

      public GNOMETextPointDataSource() throws VisADException
      Default ctor
      Throws:
      VisADException - gotta throw something I guess
    • GNOMETextPointDataSource

      public GNOMETextPointDataSource(String source) throws VisADException
      Create a GNOME data source for the specified file
      Parameters:
      source - the source file
      Throws:
      VisADException - problem making the file
    • GNOMETextPointDataSource

      public GNOMETextPointDataSource(DataSourceDescriptor descriptor, List sources, Hashtable properties) throws VisADException
      Create a new GNOME data source
      Parameters:
      descriptor - the data source descriptor
      sources - the list of sources
      properties - the properties
      Throws:
      VisADException - problem making data
    • GNOMETextPointDataSource

      public GNOMETextPointDataSource(DataSourceDescriptor descriptor, String source, Hashtable properties) throws VisADException
      Create a new GNOME data source
      Parameters:
      descriptor - the data source descriptor
      source - the source
      properties - the properties
      Throws:
      VisADException - problem making data
  • Method Details