Class ST_AsGML

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

    public class ST_AsGML
    extends org.h2gis.api.DeterministicScalarFunction
    Store a geometry as a GML representation
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_AsGML

        public ST_AsGML()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • toGML

        public static String toGML​(org.locationtech.jts.geom.Geometry geom)
        Write the GML
        Parameters:
        geom -
        Returns: