fmeobjects.FMEFeature.reproject
- FMEFeature.reproject(coordSys)
Reproject the feature from its current coordinate system to that specified. If the feature has no coordinate system specified then this has the same effect as the
setCoordSys
method.- Parameters:
coordSys (str) – The coordinate system to set on the feature.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.