aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorJavier Jimenez Shaw <j1@jimenezshaw.com>2021-04-24 10:37:19 +0200
committerGitHub <noreply@github.com>2021-04-24 10:37:19 +0200
commit93dc8422c4cddf5fa52824222143effa6bb4d67f (patch)
tree53f8aba4764a68887e50e6d59fa2ec7162b93144 /src/proj.h
parenta002a3e9da175228494faca7219bce4e7e9effe6 (diff)
downloadPROJ-93dc8422c4cddf5fa52824222143effa6bb4d67f.tar.gz
PROJ-93dc8422c4cddf5fa52824222143effa6bb4d67f.zip
Add proj_get_geoid_models_from_database() (#2681)
to list all geoid model names that apply to a vertical CRS
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 49bf991c..0f78271a 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -1188,6 +1188,12 @@ PJ_OBJ_LIST PROJ_DLL *proj_identify(PJ_CONTEXT *ctx,
const char* const *options,
int **out_confidence);
+PROJ_STRING_LIST PROJ_DLL proj_get_geoid_models_from_database(
+ PJ_CONTEXT *ctx,
+ const char *auth_name,
+ const char *code,
+ const char *const *options);
+
void PROJ_DLL proj_int_list_destroy(int* list);
/* ------------------------------------------------------------------------- */