public class PolyfileWriter extends Object
| Constructor and Description |
|---|
PolyfileWriter()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
write(OutputStream
Write
geometry to a stream in the *.poly format.
|
public static void write(OutputStreamos, String name, Geometry geometry) throws IOException
geometry to a stream in the *.poly format.
os - the stream to write to.
name - the name of the geometry in the .poly file.
geometry - the geometry to write.
IOException - if writing to the stream fails.