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 class
A pixel iterator reading values directly from aDataBuffer
instead of usingRaster
API.class
A 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 PixelIterator
PixelIterator.create
(RenderedImage data) Creates an iterator for all pixels in the given image.(package private) final PixelIterator
BandedIterator.DoubleWindow.owner()
Returns the iterator that created this window.(package private) final PixelIterator
BandedIterator.FloatWindow.owner()
Returns the iterator that created this window.(package private) final PixelIterator
PixelIterator.DoubleWindow.owner()
Returns the iterator that created this window.(package private) final PixelIterator
PixelIterator.FloatWindow.owner()
Returns the iterator that created this window.(package private) final PixelIterator
PixelIterator.IntWindow.owner()
Returns the iterator that created this window.(package private) abstract PixelIterator
PixelIterator.Window.owner()
Returns the iterator that created this window.Methods in org.apache.sis.image with parameters of type PixelIteratorModifier and TypeMethodDescriptionprivate void
StatisticsCalculator.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 PixelIterator
TiledProcess.Task.iterator
Iterator over the pixels in the sub-region explored by this task.private PixelIterator[]
TiledProcess.iterators
Iterator over the pixel for each element in theTiledProcess.tasks
array. -
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.