public static class HDFPlot2.HDFRasterizeWaterMask extends HDFPlot2.HDFRasterizer
Constructor and Description |
---|
HDFPlot2.HDFRasterizeWaterMask() |
Modifier and Type | Method and Description |
---|---|
void |
writeImage(RasterLayer layer,
java.io.DataOutputStream out,
boolean vflip)
Writes a raster layer as an image to the output.
|
configure, createRaster, getRasterClass, merge, rasterize
getRadius, getRasterizer, isSmooth, rasterize, rasterize, setRasterizer, smooth
public void writeImage(RasterLayer layer, java.io.DataOutputStream out, boolean vflip) throws java.io.IOException
Rasterizer
writeImage
in class HDFPlot2.HDFRasterizer
layer
- - the layer to be written to the output as an imageout
- - the output stream to which the image will be writtenvflip
- - if true
, the image is vertically flipped before writtenjava.io.IOException