Class ST_EnvelopeAsText

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

    public class ST_EnvelopeAsText
    extends org.h2gis.api.AbstractFunction
    implements org.h2gis.api.ScalarFunction
    Text representation of the geometry envelope
    Author:
    E. Bocher, CNRS
    • Constructor Detail

      • ST_EnvelopeAsText

        public ST_EnvelopeAsText()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
        Specified by:
        getJavaStaticMethod in interface org.h2gis.api.ScalarFunction
      • execute

        public static String execute​(org.locationtech.jts.geom.Geometry geom)
        Return a string representation of the Geometry envelope west, south, east, north : minX, minY, maxX, maxY
        Parameters:
        geom - input geometry
        Returns:
        a text representation of the geometry