WarpOptions Class
Contents
[
Hide
]Summary: Options for raster warping.
Module: aspose.gis.raster
Full Name: aspose.gis.raster.WarpOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| WarpOptions() | Initializes a new instance of the WarpOptions class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| cell_height | double | r/w | Specifies a new height of the raster cell (in target georeferenced units). If the value is set to 0, the WarpOptions.cell_height is automatically computed. The default value is “0”. |
| cell_width | double | r/w | Specifies a new width of the raster cell (in target georeferenced units). If the value is set to 0, the WarpOptions.cell_width is automatically computed. The default value is “0”. |
| default_spatial_reference_system | SpatialReferenceSystem | r/w | Specifies a value for a source spatial reference if that is missing. |
| height | int | r/w | 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”. |
| target_extent | Extent | r/w | Specifies bounds of raster layer to warp. If set to |
| target_spatial_reference_system | SpatialReferenceSystem | r/w | Specifies target spatial reference. If set to |
| width | int | r/w | 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”. |
Constructor: WarpOptions()
WarpOptions()
Initializes a new instance of the WarpOptions class