Class Mosaic.Params

  • Enclosing class:
    Mosaic

    protected static final class Mosaic.Params
    extends Object
    A block of parameters for a GridCoverage2D processed by the Mosaic operation.
    Author:
    Nicola Lagomarsini
    • Field Detail

      • rr

        public Mosaic.ResampledRasters rr
      • parameters

        public final ParameterBlockJAI parameters
        The parameters to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
      • hints

        public final Hints hints
        The rendering hints to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method. The JAI instance to use for the createNS call will be fetch from the Hints.JAI_INSTANCE key.