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 ParameterBlockImageN parameters
      The parameters to be given to the JAI#createNS 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 method. The JAI instance to use for the createNS call will be fetch from the Hints.JAI_INSTANCE key.