Class WKTPointReader

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

public class WKTPointReader extends Object implements ICoordinateReader
ICoordinateReader implementation that parses WKT point strings (e.g. POINT(lon lat)) or bare coordinate sequences into a Point geometry.
  • Constructor Details

    • WKTPointReader

      public WKTPointReader()
  • Method Details