Class SondeDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class SondeDataSource extends TrackDataSource
A data source for balloon and aircraft tracks
Version:
$Revision: 1.25 $ $Date: 2007/04/16 20:34:57 $
Author:
IDV Development Team
  • Field Details

    • ID_SONDELOCATIONS

      public static final String ID_SONDELOCATIONS
      sonde locations deprecated use ID_SONDESTARTLOCATIONS
      See Also:
    • ID_SONDESTARTLOCATIONS

      public static final String ID_SONDESTARTLOCATIONS
      sounding trace id
      See Also:
  • Constructor Details

    • SondeDataSource

      public SondeDataSource()
      Default Constructor
    • SondeDataSource

      public SondeDataSource(DataSourceDescriptor descriptor, String source, Hashtable properties) throws VisADException
      Create a SondeDataSource from the specification given.
      Parameters:
      descriptor - descriptor for the DataSource
      source - file location or URL
      properties - extra properties
      Throws:
      VisADException
    • SondeDataSource

      public SondeDataSource(DataSourceDescriptor descriptor, List sources, Hashtable properties) throws VisADException
      Create a SondeDataSource from the specification given.
      Parameters:
      descriptor - descriptor for the DataSource
      sources - file location or URL
      properties - extra properties
      Throws:
      VisADException
  • Method Details