[][src]Function spatialite_sys::srid_get_projection

pub unsafe extern "C" fn srid_get_projection(
    sqlite: *mut sqlite3,
    srid: c_int
) -> *mut c_char

checks a SRID definition from the "spatial_ref_sys" table then returning the corresponding Projection name

\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition

\return the Projection name on succes, NULL on failure

\note you are responsible for freeing the returned name.