Class ST_TriangulatePolygon

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

    public class ST_TriangulatePolygon
    extends org.h2gis.api.DeterministicScalarFunction
    Tessellate a set of Polygon with constrained delaunay.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_TriangulatePolygon

        public ST_TriangulatePolygon()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static org.locationtech.jts.geom.Geometry execute​(org.locationtech.jts.geom.Geometry geom)