Class ST_AsWKT
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.convert.ST_AsWKT
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
- Direct Known Subclasses:
ST_AsText
public class ST_AsWKT extends org.h2gis.api.DeterministicScalarFunctionConvert a Geometry value into a Well Known Text value.- Author:
- Nicolas Fortin
-
-
Constructor Summary
Constructors Constructor Description ST_AsWKT()Default constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringasWKT(org.locationtech.jts.geom.Geometry geometry)Convert a Geometry value into a Well Known Text value.StringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-