public class ST_MakeGridPoints
extends org.h2gis.api.AbstractFunction
implements org.h2gis.api.ScalarFunction
| Constructor and Description |
|---|
ST_MakeGridPoints() |
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
createGridPoints(Connection connection,
org.h2.value.Value value,
double deltaX,
double deltaY)
Create a regular grid of points using the first input value to compute
the full extent.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
getJavaStaticMethod in interface org.h2gis.api.ScalarFunctionpublic static ResultSet createGridPoints(Connection connection, org.h2.value.Value value, double deltaX, double deltaY) throws SQLException
connection - value - could be the name of a table or a geometry.deltaX - the X cell sizedeltaY - the Y cell sizeSQLExceptionCopyright © 2019 CNRS. All rights reserved.