RasterLayer.Warp

RasterLayer.Warp method

Warps the raster layer to another.

public RasterLayer Warp(WarpOptions options)
ParameterTypeDescription
optionsWarpOptionsOptions for the reprojection procedure.

Return Value

The warp raster layer.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument cannot be null. Parameter name: options.
ArgumentExceptionUnknown source spatial reference system.
InvalidOperationExceptionOriginal layer cannot be another WarpRasterLayer.

See Also