public class CollectOperation
extends Object 
Used at run time by the ST_Collect function.
- 
Constructor SummaryConstructors 
- 
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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
CollectOperationpublic CollectOperation() 
 
- 
Method Details
- 
initpublic List<org.locationtech.jts.geom.Geometry> init() 
 
- 
addpublic List<org.locationtech.jts.geom.Geometry> add(List<org.locationtech.jts.geom.Geometry> accumulator,
 org.locationtech.jts.geom.Geometry geometry) 
- 
resultpublic org.locationtech.jts.geom.Geometry result(List<org.locationtech.jts.geom.Geometry> accumulator)