diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-07-21 20:47:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-21 20:47:44 +0100 |
| commit | 22de7792281577a89c51bb7aa7ea4084a75bd565 (patch) | |
| tree | 4b1cedf017e1ae6e28b1106e985451b6e19f3245 /docs/source/operations/projections/omerc.rst | |
| parent | 2d6f1782baffc83b6a0b053173315cdf590ea257 (diff) | |
| parent | 9f378264618b95c9cc788b5db7ea5388efcc5841 (diff) | |
| download | PROJ-22de7792281577a89c51bb7aa7ea4084a75bd565.tar.gz PROJ-22de7792281577a89c51bb7aa7ea4084a75bd565.zip | |
Merge pull request #1081 from kbevers/doc-parameters
Add projection parameters to all projection doc pages
Diffstat (limited to 'docs/source/operations/projections/omerc.rst')
| -rw-r--r-- | docs/source/operations/projections/omerc.rst | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/docs/source/operations/projections/omerc.rst b/docs/source/operations/projections/omerc.rst index 114b9fa3..bffcb589 100644 --- a/docs/source/operations/projections/omerc.rst +++ b/docs/source/operations/projections/omerc.rst @@ -6,5 +6,69 @@ Oblique Mercator .. image:: ./images/omerc.png :scale: 50% - :alt: Oblique Mercator + :alt: Oblique Mercator +Parameters +################################################################################ + + +Central point and azimuth method +-------------------------------------------------------------------------------- + +.. option:: +alpha=<value> + + Azimuth of centerline clockwise from north at the center point of the line. + If :option:`+gamma` is not given then :option:`+alpha` determines the value of + :option:`+gamma`. + +.. option:: +gamma=<value> + + Azimuth of centerline clockwise from north of the rectified + bearing of centre line. If :option:`+alpha` is not given, then + :option:`+gamma` is used to determine :option:`+alpha`. + +.. option:: +lonc=<value> + + Longitude of the central point. + +.. option:: +lat_0=<value> + + Latitude of the central point. + +Two point method +-------------------------------------------------------------------------------- + +.. option:: +lon_1=<value> + + Longitude of first point. + +.. option:: +lat_1=<value> + + Latitude of first point. + +.. option:: +lon_2=<value> + + Longitude of second point. + +.. option:: +lat_2=<value> + + Latitude of second point. + +Optional +-------------------------------------------------------------------------------- + +.. option:: +no_rot + + Do not rotate axis. + +.. option:: +no_off + + Do not offset origin to center of projection. + +.. include:: ../options/k_0.rst + +.. include:: ../options/lon_0.rst + +.. include:: ../options/x_0.rst + +.. include:: ../options/y_0.rst |
