RasterLayer.Warp
RasterLayer.Warp method
Warps the raster layer to another.
public RasterLayer Warp(WarpOptions options)
Parameter | Type | Description |
---|---|---|
options | WarpOptions | Options for the reprojection procedure. |
Return Value
The warp raster layer.
Exceptions
exception | condition |
---|---|
ArgumentNullException | Argument cannot be null. Parameter name: options. |
ArgumentException | Unknown source spatial reference system. |
InvalidOperationException | Original layer cannot be another WarpRasterLayer. |
See Also
- class WarpOptions
- class RasterLayer
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS