Class PolyfileReader



  • public class PolyfileReader
    extends Object
    • Constructor Detail

      • PolyfileReader

        public PolyfileReader()
    • Method Detail

      • read

        public static Geometry read(InputStream in)
                             throws IOException
        Read a polygon from an inputstream from which to read *.poly style data.
        Parameters:
        in - the inputstream to read data from.
        Returns:
        a geometry.
        Throws:
        IOException - if reading the stream fails.