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 Summary
Constructors Constructor Description InclusionFeatureCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
-
-