Class GJGeometryReader

java.lang.Object
org.h2gis.functions.io.geojson.GJGeometryReader

public class GJGeometryReader extends Object
This class is used to convert a geojon geometry to a JTS geometry.
Author:
Erwan Bocher
  • Constructor Details

    • GJGeometryReader

      public GJGeometryReader(org.locationtech.jts.geom.GeometryFactory GF)
  • Method Details

    • parseGeometry

      public org.locationtech.jts.geom.Geometry parseGeometry(com.fasterxml.jackson.core.JsonParser jsParser) throws IOException, SQLException
      Parses a GeoJSON geometry and returns its JTS representation. Syntax: "geometry":{"type": "Point", "coordinates": [102.0,0.5]}
      Parameters:
      jsParser -
      Returns:
      Geometry
      Throws:
      IOException
      SQLException