org.h2gis.h2spatial.internal.function.spatial.aggregate
Class ST_Accum
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatial.internal.function.spatial.aggregate.ST_Accum
- All Implemented Interfaces:
- org.h2.api.Aggregate, Function
public class ST_Accum
- extends AbstractFunction
- implements org.h2.api.Aggregate
Construct an array of Geometries.
- Author:
- Nicolas Fortin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_Accum
public ST_Accum()
init
public void init(Connection connection)
throws SQLException
- Specified by:
init in interface org.h2.api.Aggregate
- Throws:
SQLException
getInternalType
public int getInternalType(int[] inputTypes)
throws SQLException
- Specified by:
getInternalType in interface org.h2.api.Aggregate
- Throws:
SQLException
add
public void add(Object o)
throws SQLException
- Specified by:
add in interface org.h2.api.Aggregate
- Throws:
SQLException
getResult
public com.vividsolutions.jts.geom.GeometryCollection getResult()
throws SQLException
- Specified by:
getResult in interface org.h2.api.Aggregate
- Throws:
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.