Package org.geotools.process.vector
Class CollectGeometries
- Object
- 
- CollectGeometries
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class CollectGeometries extends Object implements VectorProcess Collects all geometries from the specified vector layer into a single GeometryCollection (or specialized subclass of it in case the geometries are uniform)- Author:
- Andrea Aime - GeoSolutions
 
- 
- 
Constructor SummaryConstructors Constructor Description CollectGeometries()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryCollectionexecute(FeatureCollection features, ProgressListener progressListener)
 
- 
- 
- 
Method Detail- 
executepublic GeometryCollection execute(FeatureCollection features, ProgressListener progressListener) throws IOException - Throws:
- IOException
 
 
- 
 
-