Class ST_AsGML
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.convert.ST_AsGML
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_AsGML extends org.h2gis.api.DeterministicScalarFunctionStore a geometry as a GML representation- Author:
- Erwan Bocher
-
-
Constructor Summary
Constructors Constructor Description ST_AsGML()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static StringtoGML(org.locationtech.jts.geom.Geometry geom)Write the GML-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-