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 com.vividsolutions.jts.geom.Geometry |
toGeometry(String wkt)
Convert well known text parameter into a Geometry
|
static com.vividsolutions.jts.geom.Geometry |
toGeometry(String wkt,
int srid)
Convert well known text parameter into a Geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static com.vividsolutions.jts.geom.Geometry toGeometry(String wkt) throws SQLException
wkt - Well known textcom.vividsolutions.jts.io.ParseException - If wkt is invalidSQLExceptionpublic static com.vividsolutions.jts.geom.Geometry toGeometry(String wkt, int srid) throws SQLException
wkt - Well known textsrid - Geometry SRIDSQLException - If wkt is invalidCopyright © 2018 CNRS. All rights reserved.