Exemple #1
0
 public PixelBlock(final int iBand) throws IOException {
   bands = new IRasterBandCollectionProxy(rasterDataset);
   band = bands.item(iBand);
   rawPix = new IRawPixelsProxy(band);
   rasProps = new IRasterPropsProxy(rawPix);
   this.iBand = iBand;
 }