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.DeterministicScalarFunctionSplit triangle into area within the specified range values. ********************************* ANR EvalPDU IFSTTAR 11_05_2011- Author:
- Nicolas FORTIN, Judicaƫl PICAUT
-
-
Field Summary
Fields Modifier and Type Field Description static StringISO_FIELD_NAMEThe default field name for explode count, value is [1-n]
-
Constructor Summary
Constructors Constructor Description ST_TriangleContouring()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static ResultSettriangleContouring(Connection connection, String tableName, org.h2.value.Value... varArgs)Iso contouring using Z,M attributes of geometries-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
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
-
-