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, rasterizegetRadius, getRasterizer, isSmooth, rasterize, rasterize, setRasterizer, smoothpublic void writeImage(RasterLayer layer, java.io.DataOutputStream out, boolean vflip) throws java.io.IOException
RasterizerwriteImage in class HDFPlot2.HDFRasterizerlayer - - 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