public class PolyfileReader extends Object
| Constructor and Description |
|---|
PolyfileReader()
|
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
read(InputStream
Read a polygon from an inputstream from which to read *.poly style data.
|
public static Geometryread(InputStream in) throws IOException
in - the inputstream to read data from.
IOException - if reading the stream fails.