| Package | Description |
|---|---|
| de.topobyte.jeography.geometry.io |
| Modifier and Type | Method and Description |
|---|---|
static FileFormat |
FileFormat.fromExtension(String
Get the FileFormat to use for the denoted extension.
|
static FileFormat |
FileFormat.valueOf(String
Returns the enum constant of this type with the specified name.
|
static FileFormat |
FileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
FileFormat.getExtension(FileFormat
Get the default file-extension to use for the denoted format.
|
static GeometrySerializer |
GeometrySerializerFactory.getInstance(FileFormat
Retrieve a GeometrySerializer for the denoted format.
|
static Geometry |
GeometryLoader.readGeometry(File
|
static Geometry |
GeometryLoader.readGeometry(InputStream
|