pub unsafe extern "C" fn srid_is_projected(
sqlite: *mut sqlite3,
srid: c_int,
projected: *mut c_int,
) -> c_intExpand description
checks a SRID definition from the “spatial_ref_sys” table determining if it is of the projected type
\param sqlite handle to current DB connection \param srid the SRID value uniquely identifying the required EPSG definition \param projected on successful completion will contain TRUE or FALSE
\return 0 on failure, any other value on success