[][src]Function spatialite_sys::srid_has_flipped_axes

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

checks a SRID definition from the "spatial_ref_sys" table determining if the axes order is X-Y or Y-X

\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition \param flipped on successful completion will contain 0 (FALSE) if axes order is X-Y, any other value (TRUE) if axes order is Y-X.

\return 0 on failure, any other value on success