Package org.geotools.process.vector
Class CollectGeometries
Object
CollectGeometries
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionexecute
(FeatureCollection features, ProgressListener progressListener)
-
Constructor Details
-
CollectGeometries
public CollectGeometries()
-
-
Method Details
-
execute
public GeometryCollection execute(FeatureCollection features, ProgressListener progressListener) throws IOException - Throws:
IOException
-