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 SummaryNested Classes Modifier and Type Class Description static classIntersectionFeatureCollection.IntersectionMode
 - 
Constructor SummaryConstructors Constructor Description IntersectionFeatureCollection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) 
 
- 
 
-