diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-11 20:13:42 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-11 20:13:42 +0200 |
| commit | 686713479eb0b39feb5369b82647f96edf809b6c (patch) | |
| tree | 2a27a48120eafa170aa4e391d0706c614c9c174a /src/proj.h | |
| parent | d1a0d95da549f7d32bcd8be408afe1fca62a6fb2 (diff) | |
| download | PROJ-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |
