fmeobjects.FMERasterTools.reproject

FMERasterTools.reproject(sourceCSName, destCSName, interpolation, cellResize, raster, parms)

Performs coordinate system reprojection on a raster.

Specifying the same destination and source values will cause no processing to occur. Specifying a source coordinate system that is not the coordinate system of the source raster will cause the source raster to be treated as if it had the specified coordinate system; reprojection will occur, but the results may not be meaningful.

Parameters:
Return type:

FMERaster

Returns:

The raster after reprojection.

Raises:

FMEException – An exception is raised if an error occurred.