Uses of Class
org.geotools.gp.OperationJAI.Parameters

Packages that use OperationJAI.Parameters
org.geotools.gp Grid coverage processing implementation.  
 

Uses of OperationJAI.Parameters in org.geotools.gp
 

Methods in org.geotools.gp with parameters of type OperationJAI.Parameters
protected  GridCoverage OperationJAI.deriveGridCoverage(GridCoverage[] sources, OperationJAI.Parameters parameters)
          Apply a JAI operation to a grid coverage.
protected  SampleDimension[] OperationJAI.deriveSampleDimension(SampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derive the SampleDimensions for the destination image.
protected  Category OperationJAI.deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
          Derive the quantitative category for a sample dimension in the destination coverage.
protected  Unit OperationJAI.deriveUnit(Unit[] units, OperationJAI.Parameters parameters)
          Derive the unit of data for a sample dimension in the destination coverage.
protected  java.lang.String OperationJAI.deriveName(GridCoverage source, OperationJAI.Parameters parameters)
          Returns a name for the target grid coverage based on the given source.
 



Copyright © GeoTools. All Rights Reserved.