Class PolyfileWriter



  • public class PolyfileWriter
    extends Object
    • Constructor Detail

      • PolyfileWriter

        public PolyfileWriter()
    • Method Detail

      • write

        public static void write(OutputStream os,
                                 String name,
                                 Geometry geometry)
                          throws IOException
        Write geometry to a stream in the *.poly format.
        Parameters:
        os - the stream to write to.
        name - the name of the geometry in the .poly file.
        geometry - the geometry to write.
        Throws:
        IOException - if writing to the stream fails.