MCPcopy Create free account
hub / github.com/OSGeo/PROJ / proj_get_scope

Function proj_get_scope

src/iso19111/c_api.cpp:1914–1914  ·  view source on GitHub ↗

\brief Get the scope of an object. * * In case of multiple usages, this will be the one of first usage. * * The lifetime of the returned string is the same as the input obj parameter. * * @param obj Object (must not be NULL) * @return a string, or NULL in case of error or missing scope. */

Source from the content-addressed store, hash-verified

1912 * @return a string, or NULL in case of error or missing scope.
1913 */
1914const char *proj_get_scope(const PJ *obj) { return proj_get_scope_ex(obj, 0); }
1915
1916// ---------------------------------------------------------------------------
1917

Callers 1

TEST_FFunction · 0.85

Calls 1

proj_get_scope_exFunction · 0.85

Tested by 1

TEST_FFunction · 0.68