Class Mosaic.Params

Object
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 Details

    • 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.
    • finalGeometry

      public final GridGeometry2D finalGeometry
      The GridGeometry2D object to use for the final GridCoverage2D.
    • 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.