diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-04 16:20:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-04 16:20:13 +0100 |
| commit | 67e987ed84e19dd0ce46bdc529e8a73010af2c66 (patch) | |
| tree | d607bcb7e0473a470f56dc43de156d7dd6090a87 /src/iso19111/c_api.cpp | |
| parent | 71b7f9869f28620072827e4b5eda16dfd87a1515 (diff) | |
| download | PROJ-67e987ed84e19dd0ce46bdc529e8a73010af2c66.tar.gz PROJ-67e987ed84e19dd0ce46bdc529e8a73010af2c66.zip | |
proj_create_vertical_crs(): enhance doc
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 7341131f..f3badb51 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -2965,6 +2965,9 @@ PJ *proj_create_vertical_crs(PJ_CONTEXT *ctx, const char *crs_name, * use. * It should be used by at most one thread at a time. * + * This is an extented (_ex) version of proj_create_vertical_crs() that adds + * the capability of defining a geoid model. + * * @param ctx PROJ context, or NULL for default context * @param crs_name Name of the GeographicCRS. Or NULL * @param datum_name Name of the VerticalReferenceFrame. Or NULL |
