public class CollectOperation
extends Object
Used at run time by the ST_Collect 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>
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
-
CollectOperation
public CollectOperation()
-
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 org.locationtech.jts.geom.Geometry result(List<org.locationtech.jts.geom.Geometry> accumulator)