public class GeometryLoader extends Object
| Constructor and Description |
|---|
GeometryLoader()
|
| Modifier and Type | Method and Description |
|---|---|
static Geometry |
readGeometry(File
Load a geometry from an input source trying different formats.
|
static Geometry |
readGeometry(File
|
static Geometry |
readGeometry(InputStream
|
static Geometry |
readGeometry(InputStream
|
public static GeometryreadGeometry(File file) throws IOException
file - the file to read from.
IOException - if the file cannot be read.
public static GeometryreadGeometry(File file, FileFormat format) throws IOException
IOException
public static GeometryreadGeometry(InputStream is, FileFormat format) throws IOException
IOException
public static GeometryreadGeometry(InputStream is) throws IOException
IOException