Function gdal_sys::OSRSetAxes[][src]

pub unsafe extern "C" fn OSRSetAxes(
    hSRS: OGRSpatialReferenceH,
    pszTargetKey: *const c_char,
    pszXAxisName: *const c_char,
    eXAxisOrientation: Type,
    pszYAxisName: *const c_char,
    eYAxisOrientation: Type
) -> Type