Class ST_EnvelopeAsText
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.functions.spatial.others.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.ScalarFunctionText representation of the geometry envelope- Author:
- E. Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_EnvelopeAsText()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Stringexecute(org.locationtech.jts.geom.Geometry geom)Return a string representation of the Geometry envelope west, south, east, north : minX, minY, maxX, maxYStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
- Specified by:
getJavaStaticMethodin interfaceorg.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
-
-