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 Summary

      Fields 
      Modifier and Type Field Description
      GridGeometry2D finalGeometry
      The GridGeometry2D object to use for the final GridCoverage2D.
      Hints hints
      The rendering hints to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
      ParameterBlockJAI parameters
      The parameters to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
      Mosaic.ResampledRasters rr  
    • Method Summary

      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.