Uses of Class
org.apache.sis.internal.coverage.j2d.ImageLayout
Packages that use ImageLayout
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of ImageLayout in org.apache.sis.image
Subclasses of ImageLayout in org.apache.sis.imageModifier and TypeClassDescriptionprivate static final class
Provides sample model of images created by resample operations.Fields in org.apache.sis.image declared as ImageLayoutModifier and TypeFieldDescriptionprivate ImageLayout
ImageProcessor.layout
Properties (size, tile size, sample model, etc.) of destination images.(package private) ImageLayout
Visualization.Builder.layout
Computer of tile size.Methods in org.apache.sis.image that return ImageLayoutModifier and TypeMethodDescription(package private) final ImageLayout
ImageProcessor.getImageLayout()
Returns the properties (size, tile size, sample model, etc.) of destination images.Methods in org.apache.sis.image with parameters of type ImageLayoutModifier and TypeMethodDescription(package private) static BandedSampleConverter
BandedSampleConverter.create
(RenderedImage source, ImageLayout layout, NumberRange<?>[] sourceRanges, org.opengis.referencing.operation.MathTransform1D[] converters, int targetType, ColorModel colorModel) Creates a new image of the given data type which will compute values using the given converters.(package private) final void
ImageProcessor.setImageLayout
(ImageLayout layout) Sets the properties (size, tile size, sample model, etc.) of destination images. -
Uses of ImageLayout in org.apache.sis.internal.coverage.j2d
Subclasses of ImageLayout in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionprivate static final class
Override preferred tile size with a fixed size.Fields in org.apache.sis.internal.coverage.j2d declared as ImageLayoutModifier and TypeFieldDescriptionstatic final ImageLayout
ImageLayout.DEFAULT
The default instance which will target 256 pixels as tile width and height.static final ImageLayout
ImageLayout.SIZE_ADJUST
Same asDEFAULT
, but makes image size an integer amount of tiles.Methods in org.apache.sis.internal.coverage.j2d that return ImageLayoutModifier and TypeMethodDescriptionstatic ImageLayout
ImageLayout.fixedSize
(RenderedImage source) Creates a new layout with exactly the tile size of given image.