public class ST_MakePoint
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakePoint() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Point |
createPoint(double x,
double y)
Constructs POINT from two doubles.
|
static org.locationtech.jts.geom.Point |
createPoint(double x,
double y,
double z)
Constructs POINT from three doubles.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Point createPoint(double x,
double y)
throws SQLException
x - X-coordinatey - Y-coordinateSQLExceptionpublic static org.locationtech.jts.geom.Point createPoint(double x,
double y,
double z)
throws SQLException
x - X-coordinatey - Y-coordinatez - Z-coordinateSQLExceptionCopyright © 2019 CNRS. All rights reserved.