public class AccumOperation
extends Object
Used at run time by the ST_Accum function.
-
Constructor Summary
Constructors
-
Method Summary
List<org.locationtech.jts.geom.Geometry>
add(List<org.locationtech.jts.geom.Geometry> accumulator,
org.locationtech.jts.geom.Geometry geometry)
List<org.locationtech.jts.geom.Geometry>
List<org.locationtech.jts.geom.Geometry>
result(List<org.locationtech.jts.geom.Geometry> accumulator)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AccumOperation
public AccumOperation()
-
Method Details
-
init
public List<org.locationtech.jts.geom.Geometry> init()
-
add
public List<org.locationtech.jts.geom.Geometry> add(List<org.locationtech.jts.geom.Geometry> accumulator,
org.locationtech.jts.geom.Geometry geometry)
-
result
public List<org.locationtech.jts.geom.Geometry> result(List<org.locationtech.jts.geom.Geometry> accumulator)