aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-12-28 22:25:48 +0100
committerGitHub <noreply@github.com>2020-12-28 22:25:48 +0100
commit26e07082d3900234a4ad93c2cf5c4de86eb2fe52 (patch)
treed8f4caee267d0350137285aeb57839b28be2025a /src/proj.h
parent9e7c39abac920a295e2ff76b6c0c5f2e789ebbfd (diff)
parent882d84b086010e2a5088be11362db16217beab99 (diff)
downloadPROJ-26e07082d3900234a4ad93c2cf5c4de86eb2fe52.tar.gz
PROJ-26e07082d3900234a4ad93c2cf5c4de86eb2fe52.zip
Merge pull request #2496 from rouault/proj_crs_is_derived
C API: add proj_crs_is_derived()
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index b16f54ea..4b417dc4 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -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);