Exemple #1
0
 /**
  * Constructor
  *
  * @param v : the netcdf Variable
  */
 NcSDUInt16(Variable v) {
   super(Variable.getDAPName(v));
   this.ncVar = v;
 }