diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-28 17:07:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-28 17:07:44 +0100 |
| commit | 882d84b086010e2a5088be11362db16217beab99 (patch) | |
| tree | cb0d1bf1d4fd8a3d8c30a97600d023a34ba3f8d1 /src/proj.h | |
| parent | 1cafe3e602d3f697c8d2daaa9b634f3ad23b0d53 (diff) | |
| download | PROJ-882d84b086010e2a5088be11362db16217beab99.tar.gz PROJ-882d84b086010e2a5088be11362db16217beab99.zip | |
C API: add proj_crs_is_derived()
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1271,6 +1271,8 @@ int PROJ_DLL proj_get_suggested_operation(PJ_CONTEXT *ctx, /* ------------------------------------------------------------------------- */ +int PROJ_DLL proj_crs_is_derived(PJ_CONTEXT *ctx, const PJ *crs); + PJ PROJ_DLL *proj_crs_get_geodetic_crs(PJ_CONTEXT *ctx, const PJ *crs); PJ PROJ_DLL *proj_crs_get_horizontal_datum(PJ_CONTEXT *ctx, const PJ *crs); |
