public class ST_TriangleContouring
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static String |
ISO_FIELD_NAME
The default field name for explode count, value is [1-n]
|
| Constructor and Description |
|---|
ST_TriangleContouring() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static ResultSet |
triangleContouring(Connection connection,
String tableName,
org.h2.value.Value... varArgs)
Iso contouring using Z,M attributes of geometries
|
addProperty, getProperty, removePropertypublic static final String ISO_FIELD_NAME
public String getJavaStaticMethod()
public static ResultSet triangleContouring(Connection connection, String tableName, org.h2.value.Value... varArgs) throws SQLException
connection - Active connectiontableName - Table namevarArgs - Iso levelsSQLExceptionCopyright © 2019 CNRS. All rights reserved.