aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-11 20:13:42 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-10-11 20:13:42 +0200
commit686713479eb0b39feb5369b82647f96edf809b6c (patch)
tree2a27a48120eafa170aa4e391d0706c614c9c174a /src/proj.h
parentd1a0d95da549f7d32bcd8be408afe1fca62a6fb2 (diff)
downloadPROJ-686713479eb0b39feb5369b82647f96edf809b6c.tar.gz
PROJ-686713479eb0b39feb5369b82647f96edf809b6c.zip
C API: add proj_dynamic_datum_get_frame_reference_epoch()
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 92966526..b758663a 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -1263,6 +1263,9 @@ PJ PROJ_DLL *proj_datum_ensemble_get_member(PJ_CONTEXT *ctx,
const PJ *datum_ensemble,
int member_index);
+double PROJ_DLL proj_dynamic_datum_get_frame_reference_epoch(PJ_CONTEXT *ctx,
+ const PJ *datum);
+
PJ PROJ_DLL *proj_crs_get_coordinate_system(PJ_CONTEXT *ctx, const PJ *crs);
PJ_COORDINATE_SYSTEM_TYPE PROJ_DLL proj_cs_get_type(PJ_CONTEXT *ctx,