GdalDataSet.RasterFilter Property
Gets or sets the filter that will be used by the RasterVisualizer attached to rasters created by the dataset.
Syntax
public RasterFilter RasterFilter { get; set; }
Property Value
Default: NearestNeighbor
The filter that will be used by the RasterVisualizer attached to rasters created by the dataset.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Remarks
This property can be used to modify the raster filter used when rendering rasters generated by the dataset. The filter will be used for any RasterVisualizer attached to the rasters, see RasterVisualizer.Filter for more information.
Platforms
Windows, Linux, Android