Package org.geotools.process.vector
Class IntersectionFeatureCollection
Object
IntersectionFeatureCollection
- All Implemented Interfaces:
 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 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionexecute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)  
- 
Constructor Details
- 
IntersectionFeatureCollection
public IntersectionFeatureCollection() 
 - 
 - 
Method Details
- 
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)  
 -