Uses of Class
org.geotools.coverage.processing.OperationJAI.Parameters

Packages that use OperationJAI.Parameters
org.geotools.coverage.processing Coverage processing implementations.  
org.geotools.coverage.processing.operation List of coverage operations.  
 

Uses of OperationJAI.Parameters in org.geotools.coverage.processing
 

Methods in org.geotools.coverage.processing with parameters of type OperationJAI.Parameters
protected  GridSampleDimension[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridCoverage2D OperationJAI.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies a JAI operation to a grid coverage.
protected  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
protected  Category OperationJAI.deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
          Returns the quantitative category for a single sample dimension in the target grid coverage.
protected  NumberRange OperationJAI.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the range of value for a single sample dimension in the target grid coverage.
protected  javax.units.Unit OperationJAI.deriveUnit(javax.units.Unit[] units, OperationJAI.Parameters parameters)
          Returns the unit of data for a single sample dimension in the target grid coverage.
protected  org.opengis.util.InternationalString OperationJAI.deriveName(GridCoverage2D[] sources, int primarySourceIndex, OperationJAI.Parameters parameters)
          Returns a name for the target grid coverage based on the given sources.
 

Uses of OperationJAI.Parameters in org.geotools.coverage.processing.operation
 

Methods in org.geotools.coverage.processing.operation with parameters of type OperationJAI.Parameters
protected  NumberRange SubtractConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  GridCoverage2D GradientMagnitude.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies the operation on grid coverage.
protected  Category GradientMagnitude.deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
          Derives the quantitative category for a band in the destination image.
protected  javax.units.Unit GradientMagnitude.deriveUnit(javax.units.Unit[] units, OperationJAI.Parameters parameters)
          Derives the unit of data for a band in the destination image.
protected  NumberRange Exp.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange MultiplyConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange Log.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange Rescale.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange Absolute.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange SubtractFromConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange Invert.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange AddConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange DivideByConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
 



Copyright © GeoTools. All Rights Reserved.