Class ST_MakeValid

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

    public class ST_MakeValid
    extends org.h2gis.api.DeterministicScalarFunction
    Function to make a geometry valid.
    Author:
    Michaƫl Michaud, Erwan Bocher, CNRS
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String REMARKS  
      • Fields inherited from interface org.h2gis.api.Function

        PROP_NAME, PROP_REMARKS
      • Fields inherited from interface org.h2gis.api.ScalarFunction

        PROP_DETERMINISTIC
    • Constructor Summary

      Constructors 
      Constructor Description
      ST_MakeValid()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getJavaStaticMethod()  
      static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry)  
      static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim)  
      static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord)  
      static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry, boolean preserveGeomDim, boolean preserveDuplicateCoord, boolean preserveCoordDim)  
      • Methods inherited from class org.h2gis.api.AbstractFunction

        addProperty, getProperty, removeProperty
      • Methods inherited from interface org.h2gis.api.Function

        getProperty
    • Constructor Detail

      • ST_MakeValid

        public ST_MakeValid()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • validGeom

        public static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry)
                                                            throws SQLException
        Throws:
        SQLException
      • validGeom

        public static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry,
                                                                   boolean preserveGeomDim)
                                                            throws SQLException
        Throws:
        SQLException
      • validGeom

        public static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry,
                                                                   boolean preserveGeomDim,
                                                                   boolean preserveDuplicateCoord)
                                                            throws SQLException
        Throws:
        SQLException
      • validGeom

        public static org.locationtech.jts.geom.Geometry validGeom​(org.locationtech.jts.geom.Geometry geometry,
                                                                   boolean preserveGeomDim,
                                                                   boolean preserveDuplicateCoord,
                                                                   boolean preserveCoordDim)
                                                            throws SQLException
        Parameters:
        geometry -
        preserveGeomDim -
        preserveDuplicateCoord -
        preserveCoordDim -
        Returns:
        Throws:
        SQLException