org.h2gis.h2spatialext.function.spatial.properties
Class ST_Explode
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.properties.ST_Explode
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_Explode
- extends DeterministicScalarFunction
This table function explode Geometry Collection into multiple geometries
- Author:
- Nicolas Fortin
|
Field Summary |
static String |
EXPLODE_FIELD
The default field name for explode count, value is [1-n] |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXPLODE_FIELD
public static final String EXPLODE_FIELD
- The default field name for explode count, value is [1-n]
- See Also:
- Constant Field Values
ST_Explode
public ST_Explode()
getJavaStaticMethod
public String getJavaStaticMethod()
explode
public static ResultSet explode(Connection connection,
String tableName)
throws SQLException
- Explode Geometry Collection into multiple geometries
- Parameters:
connection - tableName -
- Returns:
- A result set with the same content of specified table but with atomic geometries and duplicate values.
- Throws:
SQLException
explode
public static ResultSet explode(Connection connection,
String tableName,
String fieldName)
throws SQLException
- Parameters:
connection - tableName - fieldName -
- Returns:
-
- Throws:
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.