Uses of Enum Class
org.apache.sis.image.SequenceType
Packages that use SequenceType
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of SequenceType in org.apache.sis.image
Subclasses with type arguments of type SequenceType in org.apache.sis.imageModifier and TypeClassDescriptionenumSpecifies the order in which attribute value records are assigned to grid points.Methods in org.apache.sis.image that return SequenceTypeModifier and TypeMethodDescriptionstatic SequenceTypeReturns the enum constant of this class with the specified name.static SequenceType[]SequenceType.values()Returns an array containing the constants of this enum class, 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.