org.geotools.coverage.processing
Class OperationJAI.Parameters

Object
  extended by OperationJAI.Parameters
Enclosing class:
OperationJAI

protected static final class OperationJAI.Parameters
extends Object

A block of parameters for a GridCoverage2D processed by a OperationJAI. This parameter is given to the following methods:

Since:
2.2
Author:
Martin Desruisseaux (IRD)

Field Summary
 CoordinateReferenceSystem crs
          The two dimensional coordinate reference system for all sources and the destination GridCoverage2D.
 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.
 ParameterBlockJAI parameters
          The parameters to be given to the JAI.createNS(java.lang.String, java.awt.image.renderable.ParameterBlock, java.awt.RenderingHints) method.
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crs

public final CoordinateReferenceSystem crs
The two dimensional coordinate reference system for all sources and the destination GridCoverage2D. Sources coverages will be projected in this CRS as needed.


gridToCRS

public final MathTransform2D gridToCRS
The "grid to coordinate reference system" transform common to all source grid coverages.


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.



Copyright © 1996-2010 Geotools. All Rights Reserved.