GDALSetRasterStatistics

Function GDALSetRasterStatistics 

Source
pub unsafe extern "C" fn GDALSetRasterStatistics(
    hBand: GDALRasterBandH,
    dfMin: f64,
    dfMax: f64,
    dfMean: f64,
    dfStdDev: f64,
) -> Type