| Interface | Description |
|---|---|
| BinaryToGeometryConverter |
Simple interface to further specify that the respective
GeometryConverter will take a
byte[] as input. |
| GeometryConverter<FROM> |
Converts a given object to a geometry using a specific EPSG.
|
| MultiGeometriesProvider |
DOCUMENT ME!
|
| TextToGeometryConverter |
Simple interface to further specify that the respective
GeometryConverter will take a
String as input. |
| Class | Description |
|---|---|
| AbstractGeometryFromTextConverter |
Basic
TextToGeometryConverter implementation that expects the given text to be separated by white space
characters, ';' or ':'. |
| AbstractRatingConverter<FROM,TO> |
Abstract implementation of a match rating converter that uses the
convertForward operation to determine
if the entry is feasible or not. |
| BoundingBoxFromTextConverter |
Creates a rectangular polygon geometry (a bounding box) from the provided coordinates.
|
| GeometriesFromGPXConverter |
Creates one or more point geometries from the provided coordinates.
|
| GeomFromWkbAsHexTextConverter |
Creates a geometry from a WKB that is provided in form of a hex string.
|
| GeomFromWkbConverter |
Creates a geometry from (E)WKB.
|
| GeomFromWktConverter |
Creates a geometry from (E)WKT.
|
| PointFromTextConverter |
Creates a point geometry from the provided coordinates.
|
| PointsFromTextConverter |
Creates one or more point geometries from the provided coordinates.
|
| PolygonFromTextConverter |
Creates a polygon geometry from the provided coordinates.
|
| PolylineFromTextConverter |
Creates a line string geometry from the provided coordinates.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.