Пример #1
0
 /**
  * Constructs from a specification of the data-source.
  *
  * @param descriptor A description of the data-source.
  * @param rds Radar datasource
  * @param properties A map of associated attributes.
  * @throws VisADException if a VisAD failure occurs.
  */
 public RaobDataSource(DataSourceDescriptor descriptor, RaobDataSet rds, Hashtable properties)
     throws VisADException {
   super(descriptor, "RAOB data: " + rds.getAdapterSource(), "RAOB data source", properties);
   this.raobDataSet = rds;
 }