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 ImageProcessorGridCoverageProcessor.imageProcessorThe processor to use for operations on two-dimensional slices.Constructors in org.apache.sis.coverage.grid with parameters of type ImageProcessorModifierConstructorDescriptionGridCoverageProcessor(ImageProcessor processor) Creates a new processor initialized to the given configuration. -
Uses of ImageProcessor in org.apache.sis.image
Methods in org.apache.sis.image that return ImageProcessorModifier and TypeMethodDescriptionImageProcessor.clone()Returns an image processor with the same configuration than this processor.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
Methods in org.apache.sis.internal.coverage with parameters of type ImageProcessorModifier and TypeMethodDescriptionstatic DoubleUnaryOperator[]SampleDimensions.toSampleFilters(ImageProcessor processor, List<SampleDimension> bands) Returns thesampleFiltersarguments 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 ImageProcessorRenderingData.processorThe processor that we use for resampling image and recoloring the image.