Package org.geotools.process.vector
Class ReprojectProcess
Object
ReprojectProcess
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)
-
Constructor Details
-
ReprojectProcess
public ReprojectProcess()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) throws Exception - Throws:
Exception
-