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 SummaryConstructors Constructor Description ReprojectProcess()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollectionexecute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)
 
- 
- 
- 
Method Detail- 
executepublic SimpleFeatureCollection execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) throws Exception - Throws:
- Exception
 
 
- 
 
-