Class Mosaic.Params
Object
Params
- Enclosing class:
- Mosaic
A block of parameters for a
GridCoverage2D processed by the Mosaic operation.- Author:
- Nicola Lagomarsini
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal GridGeometry2DTheGridGeometry2Dobject to use for the finalGridCoverage2D.final HintsThe rendering hints to be given to theJAI#createNSmethod.final ParameterBlockImageNThe parameters to be given to theJAI#createNSmethod.Mosaic.ResampledRasters -
Method Summary
-
Field Details
-
rr
public Mosaic.ResampledRasters rr -
parameters
public final ParameterBlockImageN parametersThe parameters to be given to theJAI#createNSmethod. -
finalGeometry
TheGridGeometry2Dobject to use for the finalGridCoverage2D. -
hints
The rendering hints to be given to theJAI#createNSmethod. TheJAIinstance to use for thecreateNScall will be fetch from theHints.JAI_INSTANCEkey.
-