diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-07-01 15:13:12 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-07-01 15:13:41 +0200 |
| commit | ab2acccadf2808704d39855c69ed9df474593a21 (patch) | |
| tree | 8e96549a240085dddac586ef16bb3e3b69d0747b /docs | |
| parent | ce952dbe5847096813cfde6391aa2d0795ff4d50 (diff) | |
| download | PROJ-ab2acccadf2808704d39855c69ed9df474593a21.tar.gz PROJ-ab2acccadf2808704d39855c69ed9df474593a21.zip | |
Doc: add alias in pages of transformation methods
Diffstat (limited to 'docs')
5 files changed, 10 insertions, 1 deletions
diff --git a/docs/source/operations/transformations/defmodel.rst b/docs/source/operations/transformations/defmodel.rst index fe2ac66a..a3f75d93 100644 --- a/docs/source/operations/transformations/defmodel.rst +++ b/docs/source/operations/transformations/defmodel.rst @@ -7,6 +7,8 @@ Multi-component time-based deformation model .. versionadded:: 7.1.0 +---------------------+--------------------------------------------------------------------+ +| **Alias** | defmodel | ++---------------------+--------------------------------------------------------------------+ | **Input type** | Geodetic or projected coordinates (horizontal), meters (vertical), | | | decimalyear (temporal) | +---------------------+--------------------------------------------------------------------+ diff --git a/docs/source/operations/transformations/deformation.rst b/docs/source/operations/transformations/deformation.rst index eeff840b..e6cb9b88 100644 --- a/docs/source/operations/transformations/deformation.rst +++ b/docs/source/operations/transformations/deformation.rst @@ -9,6 +9,8 @@ Kinematic datum shifting utilizing a deformation model Perform datum shifts means of a deformation/velocity model. +-----------------+--------------------------------------------------------------------+ +| **Alias** | deformation | ++-----------------+--------------------------------------------------------------------+ | **Input type** | Cartesian coordinates (spatial), decimalyears (temporal). | +-----------------+--------------------------------------------------------------------+ | **Output type** | Cartesian coordinates (spatial), decimalyears (temporal). | diff --git a/docs/source/operations/transformations/hgridshift.rst b/docs/source/operations/transformations/hgridshift.rst index b1125f07..d27059e9 100644 --- a/docs/source/operations/transformations/hgridshift.rst +++ b/docs/source/operations/transformations/hgridshift.rst @@ -8,7 +8,8 @@ Horizontal grid shift Change of horizontal datum by grid shift. - ++-----------------+--------------------------------------------------------------------+ +| **Alias** | hgridshift | +-----------------+--------------------------------------------------------------------+ | **Domain** | 2D, 3D and 4D | +-----------------+--------------------------------------------------------------------+ diff --git a/docs/source/operations/transformations/vgridshift.rst b/docs/source/operations/transformations/vgridshift.rst index 04be5b1b..d4f1f97f 100644 --- a/docs/source/operations/transformations/vgridshift.rst +++ b/docs/source/operations/transformations/vgridshift.rst @@ -9,6 +9,8 @@ Vertical grid shift Change Vertical datum change by grid shift +-----------------+--------------------------------------------------------------------+ +| **Alias** | vgridshift | ++-----------------+--------------------------------------------------------------------+ | **Domain** | 3D and 4D | +-----------------+--------------------------------------------------------------------+ | **Input type** | Geodetic coordinates (horizontal), meters (vertical), | diff --git a/docs/source/operations/transformations/xyzgridshift.rst b/docs/source/operations/transformations/xyzgridshift.rst index 30537032..6a3a40f0 100644 --- a/docs/source/operations/transformations/xyzgridshift.rst +++ b/docs/source/operations/transformations/xyzgridshift.rst @@ -9,6 +9,8 @@ Geocentric grid shift Geocentric translation using a grid shift +-----------------+-------------------------------------------------------------------+ +| **Alias** | xyzgridshift | ++-----------------+-------------------------------------------------------------------+ | **Domain** | 3D | +-----------------+-------------------------------------------------------------------+ | **Input type** | Cartesian coordinates | |
