Class ST_GeomFromGeoJSON

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class ST_GeomFromGeoJSON
    extends org.h2gis.api.DeterministicScalarFunction
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_GeomFromGeoJSON

        public ST_GeomFromGeoJSON()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • geomFromGeoJSON

        public static org.locationtech.jts.geom.Geometry geomFromGeoJSON​(String geojson)
                                                                  throws IOException,
                                                                         SQLException
        Convert a geojson geometry to geometry.
        Parameters:
        geojson - input geojson
        Returns:
        a Geometry
        Throws:
        IOException
        SQLException