Class CDMProfileDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class CDMProfileDataSource extends PointDataSource
The Class CDMPointDataSource.
  • Constructor Details

    • CDMProfileDataSource

      public CDMProfileDataSource() throws VisADException
      Instantiates a new cDM point data source.
      Throws:
      VisADException - the vis ad exception
  • Method Details

    • makeObs

      protected FieldImpl makeObs(DataChoice dataChoice, DataSelection subset, ucar.unidata.geoloc.LatLonRect bbox) throws Exception
      Description copied from class: PointDataSource
      Make the observation data
      Specified by:
      makeObs in class PointDataSource
      Parameters:
      dataChoice - choice describing the data
      subset - subselection (not used)
      bbox - The bounding box
      Returns:
      FieldImpl of PointObs
      Throws:
      Exception - problem (VisAD or IO)