Uses of Class
org.apache.sis.image.ImageProcessor
Packages that use ImageProcessor
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for grid coverages.
Helper classes for the rendering of grid coverages.
-
Uses of ImageProcessor in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid declared as ImageProcessorModifier and TypeFieldDescriptionprotected final ImageProcessor
GridCoverageProcessor.imageProcessor
The processor to use for operations on two-dimensional slices.private final ImageProcessor
ResampledGridCoverage.imageProcessor
The image processor to use for resampling operations.private final ImageProcessor
ConvertedGridCoverage.processor
The image processor to use for creating the tiles of converted values.(package private) static final ImageProcessor
GridCoverage.Lazy.PROCESSOR
Fields in org.apache.sis.coverage.grid with type parameters of type ImageProcessorModifier and TypeFieldDescriptionprivate static final WeakHashSet
<ImageProcessor> GridCoverageProcessor.PROCESSORS
ConfiguredImageProcessor
instances used byGridCoverage
s created by processors.Methods in org.apache.sis.coverage.grid that return ImageProcessorModifier and TypeMethodDescription(package private) static ImageProcessor
GridCoverageProcessor.unique
(ImageProcessor image) Returns an unique instance of the given processor.Methods in org.apache.sis.coverage.grid with parameters of type ImageProcessorModifier and TypeMethodDescription(package private) final RenderedImage
GridCoverage.convert
(RenderedImage source, DataType bandType, org.opengis.referencing.operation.MathTransform1D[] converters, ImageProcessor processor) Creates a new image of the given data type which will compute values using the given converters.(package private) static GridCoverage
ResampledGridCoverage.create
(GridCoverage source, GridGeometry target, ImageProcessor processor, boolean allowOperationReplacement) Implementation ofGridCoverageProcessor.resample(GridCoverage, GridGeometry)
.(package private) final void
CoordinateOperationFinder.setAccuracyOf
(ImageProcessor processor) Configures the accuracy hints on the given processor.(package private) static ImageProcessor
GridCoverageProcessor.unique
(ImageProcessor image) Returns an unique instance of the given processor.Constructors in org.apache.sis.coverage.grid with parameters of type ImageProcessorModifierConstructorDescription(package private)
ConvertedGridCoverage
(GridCoverage source, List<SampleDimension> range, org.opengis.referencing.operation.MathTransform1D[] converters, boolean isConverted, ImageProcessor processor, boolean isUSerDefined) Creates a new coverage with the same grid geometry than the given coverage but converted sample dimensions.GridCoverageProcessor
(ImageProcessor processor) Creates a new processor initialized to the given configuration.private
ResampledGridCoverage
(GridCoverage source, GridGeometry domain, org.opengis.referencing.operation.MathTransform toSourceCorner, org.opengis.referencing.operation.MathTransform toSourceCenter, CoordinateOperationFinder changeOfCRS, ImageProcessor processor) Creates a new grid coverage which will be the resampling of the given source. -
Uses of ImageProcessor in org.apache.sis.image
Fields in org.apache.sis.image declared as ImageProcessorModifier and TypeFieldDescriptionprivate final ImageProcessor
ImageCombiner.processor
The image processor for resampling operation.Methods in org.apache.sis.image that return ImageProcessorModifier and TypeMethodDescriptionImageProcessor.clone()
Returns an image processor with the same configuration than this processor.Methods in org.apache.sis.image with parameters of type ImageProcessorModifier and TypeMethodDescription(package private) RenderedImage
Visualization.Builder.create
(ImageProcessor processor) Returns an image where all sample values are indices of colors in anIndexColorModel
.(package private) static RenderedImage
RecoloredImage.stretchColorRamp
(ImageProcessor processor, RenderedImage source, Map<String, ?> modifiers) Returns an image with the same sample values than the given image, but with its color ramp stretched between specified or inferred bounds.Constructors in org.apache.sis.image with parameters of type ImageProcessorModifierConstructorDescriptionImageCombiner
(WritableRenderedImage destination, ImageProcessor processor) Creates an image combiner which will use the given processor for resampling operations. -
Uses of ImageProcessor in org.apache.sis.internal.coverage
Fields in org.apache.sis.internal.coverage declared as ImageProcessorModifier and TypeFieldDescriptionprivate final ImageProcessor
CoverageCombiner.processor
The image processor for resampling operation.Methods in org.apache.sis.internal.coverage with parameters of type ImageProcessorModifier and TypeMethodDescriptionstatic DoubleUnaryOperator[]
SampleDimensions.toSampleFilters
(ImageProcessor processor, List<SampleDimension> bands) Returns thesampleFilters
arguments to use in a call toImageProcessor.statistics(…)
for excluding no-data values. -
Uses of ImageProcessor in org.apache.sis.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage declared as ImageProcessorModifier and TypeFieldDescriptionfinal ImageProcessor
RenderingData.processor
The processor that we use for resampling image and recoloring the image.