Class ImageCombiner.Layout

java.lang.Object
org.apache.sis.internal.coverage.j2d.ImageLayout
org.apache.sis.image.ImageCombiner.Layout
Enclosing class:
ImageCombiner

private static final class ImageCombiner.Layout extends ImageLayout
Provides sample model of images created by resample operations. It must be the sample model of destination image, with the same tile size.
  • Field Details

    • sampleModel

      private final SampleModel sampleModel
      Sample model of destination image.
    • minTile

      final Point minTile
      Indices of the first tile (minTileX, minTileY).
  • Constructor Details

    • Layout

      Layout(SampleModel sampleModel)
      Creates a new layout which will request the specified sample model.
  • Method Details