Function gdal_sys::OSRSetTM[][src]

pub unsafe extern "C" fn OSRSetTM(
    hSRS: OGRSpatialReferenceH,
    dfCenterLat: f64,
    dfCenterLong: f64,
    dfScale: f64,
    dfFalseEasting: f64,
    dfFalseNorthing: f64
) -> Type

Transverse Mercator

Special processing available for Transverse Mercator with GDAL >= 1.10 and PROJ >= 4.8 : see OGRSpatialReference::exportToProj4().