Class ST_LineMerge

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

    public class ST_LineMerge
    extends org.h2gis.api.DeterministicScalarFunction
    Merges a collection of linear components to form maximal-length linestrings.
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_LineMerge

        public ST_LineMerge()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • merge

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