Example #1
0
 /**
  * Returns the number of decomposition levels that are applied to the LL band, in the specified
  * tile-component. A value of 0 means that no wavelet transform is applied.
  *
  * @param t The tile index
  * @param c The index of the component.
  * @return The number of decompositions applied to the LL band (0 for no wavelet transform).
  */
 public int getDecompLevels(int t, int c) {
   return ((Integer) dls.getTileCompVal(t, c)).intValue();
 }