public class ST_GeomFromText extends AbstractH2Function
| Constructor and Description |
|---|
ST_GeomFromText() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
execute(java.lang.String wkt)
Convert well known text parameter into a Geometry
|
static com.vividsolutions.jts.geom.Geometry |
execute(java.lang.String wkt,
int srid)
Convert well known text parameter into a Geometry
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Geometry execute(java.lang.String wkt)
throws java.sql.SQLException
wkt - Well known textjava.sql.SQLException - If wkt is invalidpublic static com.vividsolutions.jts.geom.Geometry execute(java.lang.String wkt,
int srid)
throws java.sql.SQLException
wkt - Well known textsrid - Geometry SRIDjava.sql.SQLException - If wkt is invalidCopyright © 2025 gvSIG Association. All rights reserved.