Uses of Class
org.geotools.coverage.processing.OperationJAI.Parameters
Packages that use OperationJAI.Parameters
-
Uses of OperationJAI.Parameters in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing with parameters of type OperationJAI.ParametersModifier and TypeMethodDescriptionprotected Category
OperationJAI.deriveCategory
(Category[] categories, OperationJAI.Parameters parameters) Returns the quantitative category for a single sample dimension in the target grid coverage.protected GridCoverage2D
BaseScaleOperationJAI.deriveGridCoverage
(GridCoverage2D[] sources, OperationJAI.Parameters parameters) protected GridCoverage2D
OperationJAI.deriveGridCoverage
(GridCoverage2D[] sources, OperationJAI.Parameters parameters) Applies a JAI operation to a grid coverage.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<? extends Number>
OperationJAI.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the range of value for a single sample dimension in the target grid coverage.protected GridSampleDimension[]
BilevelOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Derives theGridSampleDimension
s for the destination image.protected GridSampleDimension[]
FilterOperation.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the target sample dimensions.protected GridSampleDimension[]
OperationJAI.deriveSampleDimension
(GridSampleDimension[][] bandLists, OperationJAI.Parameters parameters) Returns the sample dimensions for the target grid coverage.protected Unit<?>
OperationJAI.deriveUnit
(Unit<?>[] units, OperationJAI.Parameters parameters) Returns the unit of data for a single sample dimension in the target grid coverage.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 thederiveGridCoverage
method. -
Uses of OperationJAI.Parameters in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation with parameters of type OperationJAI.ParametersModifier and TypeMethodDescriptionprotected NumberRange<? extends Number>
Absolute.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Add.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
AddConst.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
DivideByConst.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Exp.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Invert.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Log.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Multiply.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
MultiplyConst.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
Rescale.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
SubtractConst.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected NumberRange<? extends Number>
SubtractFromConst.deriveRange
(NumberRange<? extends Number>[] ranges, OperationJAI.Parameters parameters) Returns the expected range of values for the resulting image.protected GridSampleDimension[]
BandMerge.deriveSampleDimension
(GridSampleDimension[][] list, OperationJAI.Parameters parameters) Absolute.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Add.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) AddConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Affine.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) DivideByConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Exp.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) 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.Histogram.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Prepare theHistogram
property for this histogram operation.Invert.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Log.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Multiply.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) MultiplyConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Rescale.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Scale.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ShadedRelief.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) SubtractFromConst.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) Warp.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters) ZonalStatistics.getProperties
(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform toCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)