Uses of Class
org.apache.sis.image.PixelIterator.Builder
Packages that use PixelIterator.Builder
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
Image processing operations.
Isolines generation.
-
Uses of PixelIterator.Builder in org.apache.sis.image
Methods in org.apache.sis.image that return PixelIterator.BuilderModifier and TypeMethodDescriptionPixelIterator.Builder.setIteratorOrder
(SequenceType order) Sets the desired iteration order.PixelIterator.Builder.setRegionOfInterest
(Rectangle subArea) Sets the region (in pixel coordinates) where to perform the iteration.PixelIterator.Builder.setWindowSize
(Dimension window) Sets the size of the window to use inPixelIterator.createWindow(TransferType)
method. -
Uses of PixelIterator.Builder in org.apache.sis.internal.processing.image
Constructors in org.apache.sis.internal.processing.image with parameters of type PixelIterator.BuilderModifierConstructorDescriptionprotected
TiledProcess
(RenderedImage data, int overlapX, int overlapY, PixelIterator.Builder iteratorFactory) PreparesTiledProcess
for execution of a task splitted in different regions. -
Uses of PixelIterator.Builder in org.apache.sis.internal.processing.isoline
Methods in org.apache.sis.internal.processing.isoline that return PixelIterator.BuilderModifier and TypeMethodDescription(package private) static PixelIterator.Builder
Isolines.iterators()
Returns a provider ofPixelIterator
suitable to isoline computations.