Class WarpOptions
Contents
[
Hide
]WarpOptions class
Options for raster warping.
public class WarpOptions
Constructors
Name | Description |
---|---|
WarpOptions() | The default constructor. |
Properties
Name | Description |
---|---|
CellHeight { get; set; } | Specifies a new height of the raster cell (in target georeferenced units). If the value is set to 0, the CellHeight is automatically computed. The default value is “0”. |
CellWidth { get; set; } | Specifies a new width of the raster cell (in target georeferenced units). If the value is set to 0, the CellWidth is automatically computed. The default value is “0”. |
DefaultSpatialReferenceSystem { get; set; } | Specifies a value for a source spatial reference if that is missing. |
Height { get; set; } | Specifies output raster height in pixels and columns. If the value is set to 0, the height is automatically computed. The default value is “0”. |
TargetExtent { get; set; } | Specifies bounds of raster layer to warp. If set to null , extent is calculated during warping to include all cells from raster. |
TargetSpatialReferenceSystem { get; set; } | Specifies target spatial reference. If set to null , default or source spatial reference is used. |
Width { get; set; } | Specifies output raster width in pixels and columns. If the value is set to 0, the width is automatically computed. The default value is “0”. |
See Also
- namespace Aspose.Gis.Raster
- assembly Aspose.GIS