コード例 #1
0
ファイル: ESRIRaster.java プロジェクト: GEO-IASS/sextante
    public int getDataType() {

      try {
        return rasProps.getPixelType();
      } catch (final Exception e) {
        return rstPixelType.PT_DOUBLE;
      }
    }