Class WKTPolygonReader
java.lang.Object
io.goobi.viewer.model.maps.coordinates.WKTPolygonReader
- All Implemented Interfaces:
ICoordinateReader
ICoordinateReader implementation that parses WKT polygon strings of the form
POLYGON((x1 y1, x2 y2, ...)) into a Polygon geometry.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WKTPolygonReader
public WKTPolygonReader()
-
-
Method Details
-
canRead
- Specified by:
canReadin interfaceICoordinateReader
-
read
- Specified by:
readin interfaceICoordinateReader
-