| Package | Description |
|---|---|
| de.cismet.commons.cismap.io.converters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryToGeometryConverter
Simple interface to further specify that the respective
GeometryConverter will take a
byte[] as input. |
interface |
TextToGeometryConverter
Simple interface to further specify that the respective
GeometryConverter will take a
String as input. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeometryFromTextConverter
Basic
TextToGeometryConverter implementation that expects the given text to be separated by white space
characters, ';' or ':'. |
class |
BoundingBoxFromTextConverter
Creates a rectangular polygon geometry (a bounding box) from the provided coordinates.
|
class |
GeometriesFromGPXConverter
Creates one or more point geometries from the provided coordinates.
|
class |
GeomFromWkbAsHexTextConverter
Creates a geometry from a WKB that is provided in form of a hex string.
|
class |
GeomFromWkbConverter
Creates a geometry from (E)WKB.
|
class |
GeomFromWktConverter
Creates a geometry from (E)WKT.
|
class |
PointFromTextConverter
Creates a point geometry from the provided coordinates.
|
class |
PointsFromTextConverter
Creates one or more point geometries from the provided coordinates.
|
class |
PolygonFromTextConverter
Creates a polygon geometry from the provided coordinates.
|
class |
PolylineFromTextConverter
Creates a line string geometry from the provided coordinates.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.