java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.geosparql.F_ParseWkt
All Implemented Interfaces:
Function<String,org.locationtech.jts.geom.Geometry>

public class F_ParseWkt extends Object implements Function<String,org.locationtech.jts.geom.Geometry>
TODO This should either become a datatype or a real jena function
  • Field Details

  • Constructor Details

    • F_ParseWkt

      public F_ParseWkt()
    • F_ParseWkt

      public F_ParseWkt(org.locationtech.jts.geom.GeometryFactory geometryFactory)
    • F_ParseWkt

      public F_ParseWkt(org.locationtech.jts.io.WKTReader wktReader)
  • Method Details

    • apply

      public org.locationtech.jts.geom.Geometry apply(String wktStr)
      Specified by:
      apply in interface Function<String,org.locationtech.jts.geom.Geometry>
    • create

      public static F_ParseWkt create()
    • create

      public static F_ParseWkt create(org.locationtech.jts.geom.GeometryFactory geometryFactory)
    • create

      public static F_ParseWkt create(org.locationtech.jts.io.WKTReader wktReader)