Package ucar.grib

Examples of ucar.grib.QuasiRegular


    // not a quasi grid or don't expand Quasi
    if ((gds.getOlon() == 0) || !expandQuasi) {
      return ds.getData();
    } else {
      QuasiRegular qr = new QuasiRegular(ds.getData(), (Object) gds);
      return qr.getData();
    }
  }  // end getData
View Full Code Here


    // not a quasi grid or don't expand Quasi
    if ((gds.getGdsVars().getOlon() == 0) || !expandQuasi) {
      return ds.getData();
    } else {
      QuasiRegular qr = new QuasiRegular(ds.getData(), (Object) gds);
      return qr.getData();
    }
  }  // end getData
View Full Code Here

TOP

Related Classes of ucar.grib.QuasiRegular

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.