GDALDatasetGeolocationToPixelLine

Function GDALDatasetGeolocationToPixelLine 

Source
pub unsafe extern "C" fn GDALDatasetGeolocationToPixelLine(
    arg1: GDALDatasetH,
    dfGeolocX: f64,
    dfGeolocY: f64,
    hSRS: OGRSpatialReferenceH,
    pdfPixel: *mut f64,
    pdfLine: *mut f64,
    papszTransformerOptions: CSLConstList,
) -> Type