Class Transferer.FloatToUShort

Enclosing class:
Transferer

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

    • FloatToUShort

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