Class ST_Normalize

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

    public class ST_Normalize
    extends org.h2gis.api.DeterministicScalarFunction
    Converts this Geometry to normal form (canonical form)
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_Normalize

        public ST_Normalize()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • normalize

        public static org.locationtech.jts.geom.Geometry normalize​(org.locationtech.jts.geom.Geometry geometry)
        Converts this Geometry to normal form (canonical form).
        Parameters:
        geometry -
        Returns: