public class ST_MakePoint extends AbstractH2Function
| Constructor and Description |
|---|
ST_MakePoint() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Point |
execute(double x,
double y)
Constructs POINT from two doubles.
|
static com.vividsolutions.jts.geom.Point |
execute(double x,
double y,
double z)
Constructs POINT from three doubles.
|
getCreateFunctionSQL, getFullname, getName, isDeterministicpublic static com.vividsolutions.jts.geom.Point execute(double x,
double y)
throws java.sql.SQLException
x - X-coordinatey - Y-coordinatejava.sql.SQLExceptionpublic static com.vividsolutions.jts.geom.Point execute(double x,
double y,
double z)
throws java.sql.SQLException
x - X-coordinatey - Y-coordinatez - Z-coordinatejava.sql.SQLExceptionCopyright © 2025 gvSIG Association. All rights reserved.