protected FeatureCollection | reproject(FeatureCollection features, CoordinateReferenceSystem source, CoordinateReferenceSystem target) Template method for reprojecting a feature collection from a source crs to a target crs.
Subclasses may override, the default implementation wraps features in a
ReprojectingFeatureCollection .
Parameters: features - The feature collection to be reprojected. |