Uses of Class
org.apache.sis.image.PixelIterator
Packages that use PixelIterator
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
Image processing operations.
Isolines generation.
-
Uses of PixelIterator in org.apache.sis.image
Subclasses of PixelIterator in org.apache.sis.imageModifier and TypeClassDescription(package private) final classA pixel iterator reading values directly from aDataBufferinstead of usingRasterAPI.classA pixel iterator capable to write sample values.Methods in org.apache.sis.image that return PixelIteratorModifier and TypeMethodDescriptionCreates a read-only iterator for the given raster.PixelIterator.Builder.create(RenderedImage data) Creates a read-only iterator for the given image.static PixelIteratorPixelIterator.create(RenderedImage data) Creates an iterator for all pixels in the given image.(package private) final PixelIteratorBandedIterator.DoubleWindow.owner()Returns the iterator that created this window.(package private) final PixelIteratorBandedIterator.FloatWindow.owner()Returns the iterator that created this window.(package private) final PixelIteratorPixelIterator.DoubleWindow.owner()Returns the iterator that created this window.(package private) final PixelIteratorPixelIterator.FloatWindow.owner()Returns the iterator that created this window.(package private) final PixelIteratorPixelIterator.IntWindow.owner()Returns the iterator that created this window.(package private) abstract PixelIteratorPixelIterator.Window.owner()Returns the iterator that created this window.Methods in org.apache.sis.image with parameters of type PixelIteratorModifier and TypeMethodDescriptionprivate voidStatisticsCalculator.compute(DoubleConsumer[] accumulator, PixelIterator it) Computes statistics using the given iterator and accumulates the result for all bands. -
Uses of PixelIterator in org.apache.sis.internal.processing.image
Fields in org.apache.sis.internal.processing.image declared as PixelIteratorModifier and TypeFieldDescriptionprotected final PixelIteratorTiledProcess.Task.iteratorIterator over the pixels in the sub-region explored by this task.private PixelIterator[]TiledProcess.iteratorsIterator over the pixel for each element in theTiledProcess.tasksarray. -
Uses of PixelIterator in org.apache.sis.internal.processing.isoline
Methods in org.apache.sis.internal.processing.isoline with parameters of type PixelIteratorModifier and TypeMethodDescription(package private) static Isolines[]Isolines.generate(PixelIterator iterator, double[][] levels, org.opengis.referencing.operation.MathTransform gridToCRS) Generates isolines for the specified levels in the region traversed by the given iterator.