ProjectParameters.RasterDisplacementMax Property
Gets or sets the maximum allowed displacement of a raster cell.
Syntax
public AttributeVariable< System.Double > RasterDisplacementMax { get; set; }
Property Value
Default: 1.0
The maximum displacement of a raster cell, measured in number of cells.
Remarks
The length unit is the minimum of cell width and cell height of the raster feature.
Each cell value in the reprojected raster will be taken from the values of nearby cells in the original raster. So, the center of each cell in the reprojected raster must be located in the original raster, but some displacement is allowed, to make the computation faster.
Platforms
Windows, Linux, Android