Uses of Class
org.apache.sis.image.Transferer
Packages that use Transferer
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of Transferer in org.apache.sis.image
Subclasses of Transferer in org.apache.sis.imageModifier and TypeClassDescriptionprivate static final class
Readdouble
values from the source raster and write unsignedbyte
values in a temporary buffer.private static final class
Readdouble
values from the source and writedouble
values directly in the target raster, without intermediate buffer.private static final class
Readdouble
values from the source raster and writedouble
values in a temporary buffer.private static class
Readdouble
values from the source raster and writeint
values in a temporary buffer.private static final class
Readdouble
values from the source raster and write signedshort
values in a temporary buffer.private static final class
Readdouble
values from the source raster and write unsignedshort
values in a temporary buffer.private static final class
Readfloat
values from the source raster and write unsignedbyte
values in a temporary buffer.private static final class
Readfloat
values from the source and writefloat
values directly in the target raster, without intermediate buffer.private static final class
Readfloat
values from the source raster and writefloat
values in a temporary buffer.private static class
Readfloat
values from the source raster and writeint
values in a temporary buffer.private static final class
Readfloat
values from the source raster and write signedshort
values in a temporary buffer.private static final class
Readfloat
values from the source raster and write unsignedshort
values in a temporary buffer.Methods in org.apache.sis.image that return TransfererModifier and TypeMethodDescription(package private) static Transferer
Transferer.create
(Raster source, WritableRaster target, Rectangle aoi) Suggests a strategy for transferring data from the given source to the given target.(package private) static Transferer
Transferer.create
(RenderedImage source, WritableRaster target) Suggests a strategy for transferring data from the given source image to the given target.