Class ST_SimplifyVW

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

    public class ST_SimplifyVW
    extends org.h2gis.api.DeterministicScalarFunction
    Returns a simplified version of the given geometry using the Visvalingam-Whyatt algorithm.
    Author:
    Maƫl PHILIPPE
    • Constructor Detail

      • ST_SimplifyVW

        public ST_SimplifyVW()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • simplifyvw

        public static org.locationtech.jts.geom.Geometry simplifyvw​(org.locationtech.jts.geom.Geometry geom,
                                                                    double distanceTolerance)
                                                             throws SQLException
        Simplifies a geometry using a given tolerance.
        Parameters:
        geom - geometry to simplify
        distanceTolerance - the tolerance to use
        Returns:
        a simplified version of the geometry
        Throws:
        SQLException