Package org.geotools.process.vector
Class CentroidProcess
- Object
- 
- CentroidProcess
 
- 
- All Implemented Interfaces:
- VectorProcess
 
 public class CentroidProcess extends Object implements VectorProcess A process that returns the centroids for the geometries in the input feature collection.- Author:
- Rohan Singh
 
- 
- 
Constructor SummaryConstructors Constructor Description CentroidProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features) throws ProcessException - Throws:
- ProcessException
 
 
- 
 
-