public class ST_GeomFromText
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_GeomFromText()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toGeometry(String wkt)
Convert well known text parameter into a Geometry
|
static org.locationtech.jts.geom.Geometry |
toGeometry(String wkt,
int srid)
Convert well known text parameter into a Geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toGeometry(String wkt) throws SQLException
wkt - Well known textorg.locationtech.jts.io.ParseException - If wkt is invalidSQLExceptionpublic static org.locationtech.jts.geom.Geometry toGeometry(String wkt, int srid) throws SQLException
wkt - Well known textsrid - Geometry SRIDSQLException - If wkt is invalidCopyright © 2019 CNRS. All rights reserved.