예제 #1
0
    public int getDataType() {

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