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  Category OperationJAI.deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
          Returns the quantitative category for a single sample dimension in the target grid coverage.
protected  GridCoverage2D OperationJAI.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies a JAI operation to a grid coverage.
protected  GridCoverage2D BaseScaleOperationJAI.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
           
protected  InternationalString OperationJAI.deriveName(GridCoverage2D[] sources, int primarySourceIndex, OperationJAI.Parameters parameters)
          Returns a name for the target grid coverage based on the given sources.
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  GridSampleDimension[] OperationJAI.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the sample dimensions for the target grid coverage.
protected  GridSampleDimension[] FilterOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Returns the target sample dimensions.
protected  GridSampleDimension[] BilevelOperation.deriveSampleDimension(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters)
          Derives the GridSampleDimensions for the destination image.
protected  Unit<?> OperationJAI.deriveUnit(Unit<?>[] units, OperationJAI.Parameters parameters)
          Returns the unit of data for a single sample dimension in the target grid coverage.
protected  Map<String,?> OperationJAI.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepares the properties to be given to the coverage created by the deriveGridCoverage method.
 

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

Methods in org.geotools.coverage.processing.operation with parameters of type OperationJAI.Parameters
protected  Category GradientMagnitude.deriveCategory(Category[] categories, OperationJAI.Parameters parameters)
          Derives the quantitative category for a band in the destination image.
protected  GridCoverage2D GradientMagnitude.deriveGridCoverage(GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Applies the operation on grid coverage.
protected  NumberRange SubtractFromConst.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange SubtractConst.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 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 Invert.deriveRange(NumberRange[] ranges, OperationJAI.Parameters parameters)
          Returns the expected range of values for the resulting image.
protected  NumberRange Exp.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.
protected  NumberRange AddConst.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  Unit GradientMagnitude.deriveUnit(Unit[] units, OperationJAI.Parameters parameters)
          Derives the unit of data for a band in the destination image.
protected  Map<String,?> Histogram.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepare the Histogram property for this histogram operation.
protected  Map<String,?> Extrema.getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)
          Prepare the minimum and maximum properties for this extream operation.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.