Class WKTPolygonReader

java.lang.Object
io.goobi.viewer.model.maps.coordinates.WKTPolygonReader
All Implemented Interfaces:
ICoordinateReader

public class WKTPolygonReader extends Object implements ICoordinateReader
ICoordinateReader implementation that parses WKT polygon strings of the form POLYGON((x1 y1, x2 y2, ...)) into a Polygon geometry.
  • Constructor Details

    • WKTPolygonReader

      public WKTPolygonReader()
  • Method Details