Package org.h2gis.functions.io.overpass
Class ST_AsOverpassBbox
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.functions.io.overpass.ST_AsOverpassBbox
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_AsOverpassBbox extends org.h2gis.api.AbstractFunction implements org.h2gis.api.ScalarFunctionReturn the string representation of the geometry envelope- Author:
- E. Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_AsOverpassBbox()
-
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 conform to be overpass format : south, west, north, east : minY,minX, maxY, maxXStringgetJavaStaticMethod()-
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 conform to be overpass format : south, west, north, east : minY,minX, maxY, maxX- Parameters:
geom- input geometry- Returns:
- text representation of the geometry
-
-