Package org.geotools.process.vector
Class IntersectionFeatureCollection
- Object
-
- IntersectionFeatureCollection
-
- All Implemented Interfaces:
VectorProcess
public class IntersectionFeatureCollection extends Object implements VectorProcess
A process providing the intersection between two feature collections- Author:
- Gianni Barrotta - Sinergis, Andrea Di Nora - Sinergis, Pietro Arena - Sinergis, Luca Paolino - GeoSolutions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IntersectionFeatureCollection.IntersectionMode
-
Constructor Summary
Constructors Constructor Description IntersectionFeatureCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
-
-