resampling Type
The resampling policy or method used when rendering raster data in this layer. Controls how raster cell values are calculated when the layer is rendered at a different resolution than the raster's native cell size, or when the raster is transformed (for example, scaled or reprojected). Different resampling methods trade off visual smoothness and preservation of original values.
This property defaults to RasterResamplingType.Automatic, which indicates that the resampling method should be determined automatically. Set this property to a specific method (for example, RasterResamplingType.NearestNeighbor) to explicitly override resampling for the layer.
When set to RasterResamplingType.Automatic, the resampling method used for rendering is automatically determined based on the raster properties. By default, RasterResamplingType.NearestNeighbor is applied to preserve data values. For rasters that are known to contain continuous data, RasterResamplingType.BilinearInterpolation is applied to produce smoother visual transitions. The resampling method is determined asynchronously when the raster data source is loaded and rendered.
Since
300.0.0