Package org.geotools.process.vector
Class UnionFeatureCollection
Object
UnionFeatureCollection
- All Implemented Interfaces:
VectorProcess
A process providing the union between two feature collections
- 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
-
UnionFeatureCollection
public UnionFeatureCollection()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) throws ClassNotFoundException - Throws:
ClassNotFoundException
-