Uses of Enum
org.apache.sis.image.SequenceType
Packages that use SequenceType
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
-
Uses of SequenceType in org.apache.sis.image
Fields in org.apache.sis.image declared as SequenceTypeModifier and TypeFieldDescriptionprivate SequenceType
PixelIterator.Builder.order
The desired iteration order, ornull
for a default order.Methods in org.apache.sis.image that return SequenceTypeModifier and TypeMethodDescriptionstatic SequenceType
Returns the enum constant of this type with the specified name.static SequenceType[]
SequenceType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.image that return types with arguments of type SequenceTypeModifier and TypeMethodDescriptionPixelIterator.getIterationOrder()
Returns the order in which pixels are traversed.Methods in org.apache.sis.image with parameters of type SequenceTypeModifier and TypeMethodDescriptionPixelIterator.Builder.setIteratorOrder
(SequenceType order) Sets the desired iteration order.Constructors in org.apache.sis.image with parameters of type SequenceTypeModifierConstructorDescription(package private)
BandedIterator
(Raster input, WritableRaster output, Rectangle subArea, Dimension window, SequenceType order, int scanlineStride) Creates an iterator for the given region in the given raster.(package private)
BandedIterator
(RenderedImage input, WritableRenderedImage output, Rectangle subArea, Dimension window, SequenceType order, int scanlineStride) Creates an iterator for the given region in the given image.(package private)
PixelIterator
(Raster data, Rectangle subArea, Dimension window, SequenceType order) Creates an iterator for the given region in the given raster.(package private)
PixelIterator
(RenderedImage data, Rectangle subArea, Dimension window, SequenceType order) Creates an iterator for the given region in the given image.(package private)
WritablePixelIterator
(Raster input, WritableRaster output, Rectangle subArea, Dimension window, SequenceType order) Creates an iterator for the given region in the given raster.(package private)
WritablePixelIterator
(RenderedImage input, WritableRenderedImage output, Rectangle subArea, Dimension window, SequenceType order) Creates an iterator for the given region in the given image. -
Uses of SequenceType in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return SequenceTypeModifier and TypeMethodDescriptionprivate static SequenceType
WritableStore.getAffineCoefficients
(Map<String, Object> header, GridGeometry gg, WritableResourceSupport h) Gets the coefficients of the affine transform.