diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-13 16:29:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-15 16:16:32 +0100 |
| commit | 80ef9cee87be3df8eb293e53a91992d6c19178bb (patch) | |
| tree | 8bd8068795d0f0d3f0708fa546c1eae2b1a83a86 /src/proj.h | |
| parent | 7293d657a658c2f2930326246d739fb7802b1115 (diff) | |
| download | PROJ-80ef9cee87be3df8eb293e53a91992d6c19178bb.tar.gz PROJ-80ef9cee87be3df8eb293e53a91992d6c19178bb.zip | |
Add proj_context_get_database_structure() to dump structure of empty valid auxiliary DB
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1044,6 +1044,9 @@ const char PROJ_DLL *proj_context_get_database_path(PJ_CONTEXT *ctx); const char PROJ_DLL *proj_context_get_database_metadata(PJ_CONTEXT* ctx, const char* key); +PROJ_STRING_LIST PROJ_DLL proj_context_get_database_structure( + PJ_CONTEXT* ctx, + const char* const *options); PJ_GUESSED_WKT_DIALECT PROJ_DLL proj_context_guess_wkt_dialect(PJ_CONTEXT *ctx, const char *wkt); |
