aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/reference
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-05 17:22:44 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-06-05 19:33:09 +0200
commit76652fd256ea2efe20d4cbca468aea4073259bf7 (patch)
tree71163d01bd4fc53288776919da5ade18bd396b2f /docs/source/development/reference
parentefc6fb545ea4cacb2ffca697464f9638b034f351 (diff)
downloadPROJ-76652fd256ea2efe20d4cbca468aea4073259bf7.tar.gz
PROJ-76652fd256ea2efe20d4cbca468aea4073259bf7.zip
Doc: use Doxygen output for proj_normalize_for_visualization() to avoid duplication of info (current .rst content is outdated)
Diffstat (limited to 'docs/source/development/reference')
-rw-r--r--docs/source/development/reference/functions.rst22
1 files changed, 2 insertions, 20 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst
index 8d7a7e03..698db0d6 100644
--- a/docs/source/development/reference/functions.rst
+++ b/docs/source/development/reference/functions.rst
@@ -172,26 +172,8 @@ paragraph for more details.
:param `options`: should be set to NULL currently.
-.. c:function:: PJ *proj_normalize_for_visualization(PJ_CONTEXT *ctx, const PJ* obj)
-
- .. versionadded:: 6.1.0
-
- Returns a PJ* object whose axis order is the one expected for
- visualization purposes.
-
- The input object must be a coordinate operation, that has been created with
- proj_create_crs_to_crs().
- If the axis order of its source or target CRS is northing,easting, then an
- axis swap operation will be inserted.
-
- The returned :c:type:`PJ`-pointer should be deallocated with :c:func:`proj_destroy`.
-
- :param ctx: Threading context.
- :type ctx: :c:type:`PJ_CONTEXT` *
- :param `obj`: Object of type CoordinateOperation
- :type `obj`: const :c:type:`PJ` *
- :returns: :c:type:`PJ` *
-
+.. doxygenfunction:: proj_normalize_for_visualization
+ :project: doxygen_api
.. c:function:: PJ* proj_destroy(PJ *P)