GDALRasterInterpolateAtGeolocation

Function GDALRasterInterpolateAtGeolocation 

Source
pub unsafe extern "C" fn GDALRasterInterpolateAtGeolocation(
    hBand: GDALRasterBandH,
    dfGeolocX: f64,
    dfGeolocY: f64,
    hSRS: OGRSpatialReferenceH,
    eInterpolation: Type,
    pdfRealValue: *mut f64,
    pdfImagValue: *mut f64,
    papszTransformerOptions: CSLConstList,
) -> Type