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 classProvides sample model of images created by resample operations.Fields in org.apache.sis.image declared as ImageLayoutModifier and TypeFieldDescriptionprivate ImageLayoutImageProcessor.layoutProperties (size, tile size, sample model, etc.) of destination images.(package private) ImageLayoutVisualization.Builder.layoutComputer of tile size.Methods in org.apache.sis.image that return ImageLayoutModifier and TypeMethodDescription(package private) final ImageLayoutImageProcessor.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 BandedSampleConverterBandedSampleConverter.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 voidImageProcessor.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 classOverride preferred tile size with a fixed size.Fields in org.apache.sis.internal.coverage.j2d declared as ImageLayoutModifier and TypeFieldDescriptionstatic final ImageLayoutImageLayout.DEFAULTThe default instance which will target 256 pixels as tile width and height.static final ImageLayoutImageLayout.SIZE_ADJUSTSame asDEFAULT, but makes image size an integer amount of tiles.Methods in org.apache.sis.internal.coverage.j2d that return ImageLayoutModifier and TypeMethodDescriptionstatic ImageLayoutImageLayout.fixedSize(RenderedImage source) Creates a new layout with exactly the tile size of given image.