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 Summary
Constructors Constructor Description CollectGeometries()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometryCollection
execute(FeatureCollection features, ProgressListener progressListener)
-
-
-
Method Detail
-
execute
public GeometryCollection execute(FeatureCollection features, ProgressListener progressListener) throws IOException
- Throws:
IOException
-
-