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 classReaddoublevalues from the source raster and write unsignedbytevalues in a temporary buffer.private static final classReaddoublevalues from the source and writedoublevalues directly in the target raster, without intermediate buffer.private static final classReaddoublevalues from the source raster and writedoublevalues in a temporary buffer.private static classReaddoublevalues from the source raster and writeintvalues in a temporary buffer.private static final classReaddoublevalues from the source raster and write signedshortvalues in a temporary buffer.private static final classReaddoublevalues from the source raster and write unsignedshortvalues in a temporary buffer.private static final classReadfloatvalues from the source raster and write unsignedbytevalues in a temporary buffer.private static final classReadfloatvalues from the source and writefloatvalues directly in the target raster, without intermediate buffer.private static final classReadfloatvalues from the source raster and writefloatvalues in a temporary buffer.private static classReadfloatvalues from the source raster and writeintvalues in a temporary buffer.private static final classReadfloatvalues from the source raster and write signedshortvalues in a temporary buffer.private static final classReadfloatvalues from the source raster and write unsignedshortvalues in a temporary buffer.Methods in org.apache.sis.image that return TransfererModifier and TypeMethodDescription(package private) static TransfererTransferer.create(Raster source, WritableRaster target, Rectangle aoi) Suggests a strategy for transferring data from the given source to the given target.(package private) static TransfererTransferer.create(RenderedImage source, WritableRaster target) Suggests a strategy for transferring data from the given source image to the given target.