public class ST_LineFromText
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_LineFromText()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
toGeometry(String wKT) |
static org.locationtech.jts.geom.Geometry |
toGeometry(String wKT,
int srid) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry toGeometry(String wKT) throws SQLException
wKT - WellKnown text valueSQLException - Invalid argument or the geometry type is wrong.public static org.locationtech.jts.geom.Geometry toGeometry(String wKT, int srid) throws SQLException
wKT - WellKnown text valuesrid - Valid SRIDSQLException - Invalid argument or the geometry type is wrong.Copyright © 2019 CNRS. All rights reserved.