aboutsummaryrefslogtreecommitdiff
path: root/src/pj_list.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-03-27 11:39:38 +0200
committerGitHub <noreply@github.com>2017-03-27 11:39:38 +0200
commit56a754ccd83ff41d1c8edee5fe3548d96f4daaf6 (patch)
tree6b4db431d85786d2a2b01222f85a202959fadc64 /src/pj_list.h
parentd849419552c36d2f6f74973d075783666e179734 (diff)
downloadPROJ-56a754ccd83ff41d1c8edee5fe3548d96f4daaf6.tar.gz
PROJ-56a754ccd83ff41d1c8edee5fe3548d96f4daaf6.zip
Horisontal and vertical gridshift drivers
Until now gridshifts has not been working with the new API in proj.h since parsing of +nadgrids and +geoidgrids is build into pj_transform(). This commit introduces the possibility to do both horizontal and vertical gridshift with the pipeline API. The vgridshift and hgridshift kernels are simple wrappers for pj_apply_gridshift3() and pj_apply_vgridshift() that are also used by pj_transform(). Introduced in PR #492.
Diffstat (limited to 'src/pj_list.h')
-rw-r--r--src/pj_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h
index 96db13d7..7ed6bdac 100644
--- a/src/pj_list.h
+++ b/src/pj_list.h
@@ -53,6 +53,7 @@ PROJ_HEAD(hatano, "Hatano Asymmetrical Equal Area")
PROJ_HEAD(healpix, "HEALPix")
PROJ_HEAD(rhealpix, "rHEALPix")
PROJ_HEAD(helmert, "3- and 7-parameter Helmert shift")
+PROJ_HEAD(hgridshift, "Horizontal grid shift")
PROJ_HEAD(horner, "Horner polynomial evaluation")
PROJ_HEAD(igh, "Interrupted Goode Homolosine")
PROJ_HEAD(imw_p, "International Map of the World Polyconic")
@@ -141,6 +142,7 @@ PROJ_HEAD(vandg2, "van der Grinten II")
PROJ_HEAD(vandg3, "van der Grinten III")
PROJ_HEAD(vandg4, "van der Grinten IV")
PROJ_HEAD(vitk1, "Vitkovsky I")
+PROJ_HEAD(vgridshift, "Vertical grid shift")
PROJ_HEAD(wag1, "Wagner I (Kavraisky VI)")
PROJ_HEAD(wag2, "Wagner II")
PROJ_HEAD(wag3, "Wagner III")