Class ST_TriangleContouring
java.lang.Object
org.h2gis.api.AbstractFunction
org.h2gis.api.DeterministicScalarFunction
org.h2gis.functions.spatial.topography.ST_TriangleContouring
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_TriangleContouring
extends org.h2gis.api.DeterministicScalarFunction
Split triangle into area within the specified range values.
*********************************
ANR EvalPDU
IFSTTAR 11_05_2011
- Author:
- Nicolas FORTIN, Judicaƫl PICAUT
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe default field name for explode count, value is [1-n]Fields inherited from interface org.h2gis.api.Function
PROP_NAME, PROP_REMARKSFields inherited from interface org.h2gis.api.ScalarFunction
PROP_DETERMINISTIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ResultSettriangleContouring(Connection connection, String tableName, org.h2.value.Value... varArgs) Iso contouring using Z,M attributes of geometriesMethods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removePropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.h2gis.api.Function
getProperty
-
Field Details
-
ISO_FIELD_NAME
The default field name for explode count, value is [1-n]- See Also:
-
-
Constructor Details
-
ST_TriangleContouring
public ST_TriangleContouring()
-
-
Method Details
-
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
-