Class Transferer.DoubleToShort

Enclosing class:
Transferer

private static final class Transferer.DoubleToShort extends Transferer.DoubleToInteger
Read double values from the source raster and write signed short values in a temporary buffer. The floating point values will be rounded and clamped to the range of the integer type.
  • Constructor Details

    • DoubleToShort

      DoubleToShort(Raster source, WritableRaster target, Rectangle aoi)
      Creates a new instance for transferring data between the two specified rasters.
  • Method Details