Class ST_Multi

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

    public class ST_Multi
    extends org.h2gis.api.DeterministicScalarFunction
    Construct a geometry collection from a geometry
    Author:
    Erwan Bocher, CNRS
    • Constructor Detail

      • ST_Multi

        public ST_Multi()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • toCollection

        public static org.locationtech.jts.geom.Geometry toCollection​(org.locationtech.jts.geom.Geometry geometry)
        Construct a geometry collection from a geometry
        Parameters:
        geometry -
        Returns: