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 GridGeometry2D
TheGridGeometry2D
object to use for the finalGridCoverage2D
.final Hints
The rendering hints to be given to theJAI#createNS
method.final ParameterBlockImageN
The parameters to be given to theJAI#createNS
method.Mosaic.ResampledRasters
-
Method Summary
-
Field Details
-
rr
public Mosaic.ResampledRasters rr -
parameters
public final ParameterBlockImageN parametersThe parameters to be given to theJAI#createNS
method. -
finalGeometry
TheGridGeometry2D
object to use for the finalGridCoverage2D
. -
hints
The rendering hints to be given to theJAI#createNS
method. TheJAI
instance to use for thecreateNS
call will be fetch from theHints.JAI_INSTANCE
key.
-