aboutsummaryrefslogtreecommitdiff
path: root/src/proj.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-07-12 10:15:16 +0200
committerKristian Evers <kristianevers@gmail.com>2017-07-13 12:19:43 +0200
commit608c7c6f568cab02abcebcbc162db47dfdb6da8a (patch)
tree68dbed0d2b25c2cce485118c5e71d7e8f82eaf2e /src/proj.h
parent36cf55dbaaf26ee9114dc5868993c2f208f5d6fd (diff)
downloadPROJ-608c7c6f568cab02abcebcbc162db47dfdb6da8a.tar.gz
PROJ-608c7c6f568cab02abcebcbc162db47dfdb6da8a.zip
Implemented proj_create_crs_to_crs()
Diffstat (limited to 'src/proj.h')
-rw-r--r--src/proj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj.h b/src/proj.h
index 1977acde..b5a659d4 100644
--- a/src/proj.h
+++ b/src/proj.h
@@ -286,6 +286,7 @@ void proj_context_destroy (PJ_CONTEXT *ctx);
/* Manage the transformation definition object PJ */
PJ *proj_create (PJ_CONTEXT *ctx, const char *definition);
PJ *proj_create_argv (PJ_CONTEXT *ctx, int argc, char **argv);
+PJ *proj_create_crs_to_crs(PJ_CONTEXT *ctx, const char *srid_from, const char *srid_to);
PJ *proj_destroy (PJ *P);