org.h2gis.h2spatialext.function.spatial.topography
Class ST_TriangleContouring
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.topography.ST_TriangleContouring
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_TriangleContouring
- extends DeterministicScalarFunction
Split triangle into area within the specified range values.
*********************************
ANR EvalPDU
IFSTTAR 11_05_2011
- Author:
- Nicolas FORTIN, Judicaƫl PICAUT
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISO_FIELD_NAME
public static final String ISO_FIELD_NAME
- The default field name for explode count, value is [1-n]
- See Also:
- Constant Field Values
ST_TriangleContouring
public ST_TriangleContouring()
getJavaStaticMethod
public String getJavaStaticMethod()
triangleContouring
public static ResultSet triangleContouring(Connection connection,
String tableName,
org.h2.value.Value... varArgs)
throws SQLException
- Iso contouring using Z,M attributes of geometries
- Parameters:
connection - Active connectiontableName - Table namevarArgs - Iso levels
- Returns:
- Result Set
- Throws:
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.