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.private final ImageProcessorResampledGridCoverage.imageProcessorThe image processor to use for resampling operations.private final ImageProcessorConvertedGridCoverage.processorThe image processor to use for creating the tiles of converted values.(package private) static final ImageProcessorGridCoverage.Lazy.PROCESSORFields in org.apache.sis.coverage.grid with type parameters of type ImageProcessorModifier and TypeFieldDescriptionprivate static final WeakHashSet<ImageProcessor>GridCoverageProcessor.PROCESSORSConfiguredImageProcessorinstances used byGridCoverages created by processors.Methods in org.apache.sis.coverage.grid that return ImageProcessorModifier and TypeMethodDescription(package private) static ImageProcessorGridCoverageProcessor.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 RenderedImageGridCoverage.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 GridCoverageResampledGridCoverage.create(GridCoverage source, GridGeometry target, ImageProcessor processor, boolean allowOperationReplacement) Implementation ofGridCoverageProcessor.resample(GridCoverage, GridGeometry).(package private) final voidCoordinateOperationFinder.setAccuracyOf(ImageProcessor processor) Configures the accuracy hints on the given processor.(package private) static ImageProcessorGridCoverageProcessor.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.privateResampledGridCoverage(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 ImageProcessorImageCombiner.processorThe 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) RenderedImageVisualization.Builder.create(ImageProcessor processor) Returns an image where all sample values are indices of colors in anIndexColorModel.(package private) static RenderedImageRecoloredImage.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 ImageProcessorCoverageCombiner.processorThe 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 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.