Package org.geotools.process.vector
Class ReprojectProcess
- Object
-
- ReprojectProcess
-
- All Implemented Interfaces:
VectorProcess
public class ReprojectProcess extends Object implements VectorProcess
Will reproject the features to another CRS. Can also be used to force a known CRS onto a dataset that does not have ones- Author:
- Andrea Aime
-
-
Constructor Summary
Constructors Constructor Description ReprojectProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) throws Exception
- Throws:
Exception
-
-