Class GJGeometryReader


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

      • GJGeometryReader

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

      • 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