Package org.geotools.process.vector
Class InclusionFeatureCollection
Object
InclusionFeatureCollection
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
-
Constructor Details
-
InclusionFeatureCollection
public InclusionFeatureCollection()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
-