org.h2gis.h2spatialext.function.spatial.topography
Class ST_TriangleContouring

java.lang.Object
  extended by org.h2gis.h2spatialapi.AbstractFunction
      extended by org.h2gis.h2spatialapi.DeterministicScalarFunction
          extended by 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

Field Summary
static String ISO_FIELD_NAME
          The default field name for explode count, value is [1-n]
 
Fields inherited from interface org.h2gis.h2spatialapi.ScalarFunction
PROP_DETERMINISTIC, PROP_NOBUFFER
 
Fields inherited from interface org.h2gis.h2spatialapi.Function
PROP_NAME, PROP_REMARKS
 
Constructor Summary
ST_TriangleContouring()
           
 
Method Summary
 String getJavaStaticMethod()
           
static ResultSet triangleContouring(Connection connection, String tableName, org.h2.value.Value... varArgs)
          Iso contouring using Z,M attributes of geometries
 
Methods inherited from class org.h2gis.h2spatialapi.AbstractFunction
addProperty, getProperty, removeProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.h2gis.h2spatialapi.Function
getProperty
 

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
Constructor Detail

ST_TriangleContouring

public ST_TriangleContouring()
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 connection
tableName - Table name
varArgs - Iso levels
Returns:
Result Set
Throws:
SQLException


Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.