GdalDataSet.OverviewResamplingMethod Property
Gets or sets the resampling method to use when creating overviews.
Syntax
public System.String OverviewResamplingMethod { get; set; }
Property Value
Default: "NEAREST"
A string identifying the resampling method.
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
Specifies which method that should be used to resample data when the overviews are created. Possible values are:
NEAREST
AVERAGE
Platforms
Windows, Linux, Android