diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2016-11-12 16:51:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 16:51:21 +0100 |
| commit | 26e65892728d6bfb010677091b0a464d7c7ebc76 (patch) | |
| tree | 7720fadfcd5f3ca416ca4ea26c94013b3b1801df /src/proj.def | |
| parent | 7986e36875f729d7ef3767a97f732ba39fa1b57d (diff) | |
| download | PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.tar.gz PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.zip | |
Pipeline plus api - in continuation of the Genereic Coordinates pull request (#445)
This commit reflects continued work on the new rationalized API with
geodetic extensions (see rationale in proj.h). It also reflects the
parallel work on the transformation pipeline reimplementation, by
introducing the PJ_cart cartesian/ellipsoidal converter.
See example/pj_obs_api_test.c for demo example code
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/proj.def b/src/proj.def index dbf27f96..09b32c32 100644 --- a/src/proj.def +++ b/src/proj.def @@ -89,7 +89,17 @@ EXPORTS geod_polygon_testpoint @87 geod_polygon_clear @88 pj_run_selftests @89 - pj_observation @90 - pj_show_triplet @91 - pj_apply @92 - + pj_error @90 + pj_create @91 + pj_create_argv @92 + pj_apply @93 + pj_fwdobs @94 + pj_invobs @95 + pj_roundtrip @96 + pj_debug_set @97 + pj_error_set @98 + pj_log_set @99 + pj_context_renew @100 + pj_context_inherit @101 + pj_context_free @102 + pj_fileapi_set @103 |
