예제 #1
0
    public double getNoDataValue() {

      try {
        return ((Number) rasProps.getNoDataValue()).doubleValue();
      } catch (final Exception e) {
        return ArcRasterLayer.DEFAULT_NO_DATA;
      }
    }