MCPcopy Create free account
hub / github.com/LAStools/LAStools / my_proj_destroy

Function my_proj_destroy

src/proj_wrapper.cpp:68–70  ·  view source on GitHub ↗

Wrapper for proj_context_destroy

Source from the content-addressed store, hash-verified

66
67/// Wrapper for proj_context_destroy
68void my_proj_destroy(PJ* crs) {
69 proj_destroy_ptr(crs);
70}
71
72/// Wrapper for proj_create
73PJ* my_proj_create(PJ_CONTEXT* ctx, const char* crs) {

Callers 1

is_proj_epsg_validMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected