[][src]Function spatialite_sys::srid_is_geographic

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

checks a SRID definition from the "spatial_ref_sys" table determining if it is of the geographic type

\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition \param geographic on successful completion will contain TRUE or FALSE

\return 0 on failure, any other value on success