Class TrajectoryFeatureTypeDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class TrajectoryFeatureTypeDataSource extends TrackDataSource
Created by IntelliJ IDEA. User: yuanho Date: Oct 5, 2009 Time: 2:47:02 PM To change this template use File | Settings | File Templates.
  • 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

    • TrajectoryFeatureTypeDataSource

      public TrajectoryFeatureTypeDataSource()
      Default Constructor
    • TrajectoryFeatureTypeDataSource

      public TrajectoryFeatureTypeDataSource(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 - problem creating data
    • TrajectoryFeatureTypeDataSource

      public TrajectoryFeatureTypeDataSource(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 - problem creating data
  • Method Details