Class ST_PolyFromText

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

    public class ST_PolyFromText
    extends org.h2gis.api.DeterministicScalarFunction
    Convert a WKT String into a POLYGON.
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_PolyFromText

        public ST_PolyFromText()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • toGeometry

        public static org.locationtech.jts.geom.Geometry toGeometry​(String wKT)
                                                             throws SQLException
        Parameters:
        wKT - WellKnown text value
        Returns:
        Geometry
        Throws:
        SQLException - Invalid argument or the geometry type is wrong.
      • toGeometry

        public static org.locationtech.jts.geom.Geometry toGeometry​(String wKT,
                                                                    int srid)
                                                             throws SQLException
        Parameters:
        wKT - WellKnown text value
        srid - Valid SRID
        Returns:
        Geometry
        Throws:
        SQLException - Invalid argument or the geometry type is wrong.