Class LayerPrinter
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.LayerPrinter
-
public class LayerPrinter extends Object
Renders layers as an Image, which can then be saved to a file or printed.
-
-
Constructor Summary
Constructors Constructor Description LayerPrinter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImage
print(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels)
-
-
-
Method Detail
-
print
public BufferedImage print(Collection layers, org.locationtech.jts.geom.Envelope envelope, int extentInPixels) throws Exception
- Parameters:
layers
- earlier layers will be rendered above later layers- Throws:
Exception
-
-