WarpOptions Class

Summary: Options for raster warping.

Module: aspose.gis.raster

Full Name: aspose.gis.raster.WarpOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
WarpOptions()Initializes a new instance of the WarpOptions class

Properties

NameTypeAccessDescription
cell_heightdoubler/wSpecifies 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_widthdoubler/wSpecifies 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_systemSpatialReferenceSystemr/wSpecifies a value for a source spatial reference if that is missing.
heightintr/wSpecifies 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_extentExtentr/wSpecifies bounds of raster layer to warp.
If set to , extent is calculated during warping to include all cells from raster.
target_spatial_reference_systemSpatialReferenceSystemr/wSpecifies target spatial reference.
If set to , default or source spatial reference is used.
widthintr/wSpecifies 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