Package org.geotools.process.vector
Class InclusionFeatureCollection
- Object
- 
- InclusionFeatureCollection
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class InclusionFeatureCollection extends Object implements VectorProcess A process providing a feature collection containing the features of the first input collection which are included in the second feature collection- Author:
- Gianni Barrotta - Sinergis, Andrea Di Nora - Sinergis, Pietro Arena - Sinergis
 
- 
- 
Constructor SummaryConstructors Constructor Description InclusionFeatureCollection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) 
 
- 
 
-