Function gdal_sys::GDALAutoCreateWarpedVRTEx[][src]

pub unsafe extern "C" fn GDALAutoCreateWarpedVRTEx(
    hSrcDS: GDALDatasetH,
    pszSrcWKT: *const c_char,
    pszDstWKT: *const c_char,
    eResampleAlg: Type,
    dfMaxError: f64,
    psOptions: *const GDALWarpOptions,
    papszTransformerOptions: CSLConstList
) -> GDALDatasetH