|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.processing.OperationJAI.Parameters
A block of parameters for a GridCoverage2D
processed by a OperationJAI
.
This parameter is given to the following methods:
Field Summary | |
org.opengis.referencing.crs.CoordinateReferenceSystem |
crs
The two dimensional coordinate reference system for all sources and the destination GridCoverage2D . |
org.opengis.referencing.operation.MathTransform2D |
gridToCRS
The "grid to coordinate reference system" transform common to all source grid coverages. |
Hints |
hints
The rendering hints to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
|
javax.media.jai.ParameterBlockJAI |
parameters
The parameters to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final org.opengis.referencing.crs.CoordinateReferenceSystem crs
GridCoverage2D
. Sources coverages will be projected in
this CRS as needed.
public final org.opengis.referencing.operation.MathTransform2D gridToCRS
public final javax.media.jai.ParameterBlockJAI parameters
JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.
public final Hints hints
JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints)
method.
The JAI
instance to use for the call will
be fetch from the Hints.JAI_INSTANCE
key.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |