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

    Modifier and Type
    Class
    Description
    private static final class 
    Read double values from the source raster and write unsigned byte values in a temporary buffer.
    private static final class 
    Read double values from the source and write double values directly in the target raster, without intermediate buffer.
    private static final class 
    Read double values from the source raster and write double values in a temporary buffer.
    private static class 
    Read double values from the source raster and write int values in a temporary buffer.
    private static final class 
    Read double values from the source raster and write signed short values in a temporary buffer.
    private static final class 
    Read double values from the source raster and write unsigned short values in a temporary buffer.
    private static final class 
    Read float values from the source raster and write unsigned byte values in a temporary buffer.
    private static final class 
    Read float values from the source and write float values directly in the target raster, without intermediate buffer.
    private static final class 
    Read float values from the source raster and write float values in a temporary buffer.
    private static class 
    Read float values from the source raster and write int values in a temporary buffer.
    private static final class 
    Read float values from the source raster and write signed short values in a temporary buffer.
    private static final class 
    Read float values from the source raster and write unsigned short values in a temporary buffer.
    Methods in org.apache.sis.image that return Transferer
    Modifier and Type
    Method
    Description
    (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.