Package org.geotools.process.vector
Class BoundsProcess
- Object
-
- BoundsProcess
-
- All Implemented Interfaces:
VectorProcess
public class BoundsProcess extends Object implements VectorProcess
Simple process with aReferencedEnvelope
as the output- Author:
- Andrea Aime
-
-
Constructor Summary
Constructors Constructor Description BoundsProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedEnvelope
execute(FeatureCollection features)
-
-
-
Method Detail
-
execute
public ReferencedEnvelope execute(FeatureCollection features)
-
-