Class ST_Explode.ExplodeResultSetQuery
java.lang.Object
org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSetQuery
- All Implemented Interfaces:
org.h2.tools.SimpleRowSource
- Enclosing class:
- ST_Explode
Explode fields only on request
The input data must be a SELECT expression that contains a geometry column
-
Field Summary
Fields inherited from class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
columnCount, connection, explodeId, firstRow, sourceRowGeometries, spatialFieldIndex, spatialFieldName, tableName, tableQuery -
Constructor Summary
ConstructorsConstructorDescriptionExplodeResultSetQuery(Connection connection, String tableName, String spatialFieldName) -
Method Summary
Methods inherited from class org.h2gis.functions.spatial.properties.ST_Explode.ExplodeResultSet
close, readRow
-
Constructor Details
-
ExplodeResultSetQuery
public ExplodeResultSetQuery(Connection connection, String tableName, String spatialFieldName) throws SQLException - Throws:
SQLException
-
-
Method Details
-
reset
- Specified by:
resetin interfaceorg.h2.tools.SimpleRowSource- Overrides:
resetin classST_Explode.ExplodeResultSet- Throws:
SQLException
-
getResultSet
Description copied from class:ST_Explode.ExplodeResultSetReturn the exploded geometries as multiple rows- Overrides:
getResultSetin classST_Explode.ExplodeResultSet- Returns:
- Throws:
SQLException
-