diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 12:32:52 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 21:31:51 +0200 |
| commit | fe29f8acdce81607c11a597f4bffc7ff61fa9c19 (patch) | |
| tree | 5eb8696603b3b814e4aea7f686266fd72847f035 /docs/source/operations/transformations/geogoffset.rst | |
| parent | 1583a566a208d2451fb1acc8bcf16fbd8151983e (diff) | |
| download | PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.tar.gz PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.zip | |
Add a affine transformation method, and make geogoffset as a particular case of it (fixes #535)
Diffstat (limited to 'docs/source/operations/transformations/geogoffset.rst')
| -rw-r--r-- | docs/source/operations/transformations/geogoffset.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/operations/transformations/geogoffset.rst b/docs/source/operations/transformations/geogoffset.rst index 91c91c83..f643485e 100644 --- a/docs/source/operations/transformations/geogoffset.rst +++ b/docs/source/operations/transformations/geogoffset.rst @@ -32,6 +32,8 @@ It can also be used to implement the method Vertical offset (code 9616) The reverse transformation simply consists in subtracting the offsets. +This method is a conveniency wrapper for the more general :ref:`affine`. + Examples ############################################################################### |
