diff options
| author | Alan D. Snow <alansnow21@gmail.com> | 2021-10-05 12:27:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 19:27:28 +0200 |
| commit | 06d299db13f301d261d49558a18aec7a91276bd8 (patch) | |
| tree | 449b2c7ef6df824b917a40339ae0455e627b89ec /docs/source/development | |
| parent | c50ba1b1a7ecde946544c03ab0951727dd87264d (diff) | |
| download | PROJ-06d299db13f301d261d49558a18aec7a91276bd8.tar.gz PROJ-06d299db13f301d261d49558a18aec7a91276bd8.zip | |
Add proj_trans_bounds to compute the image of a input bounding box through a transformation (#2882)
Fixes #2779
Diffstat (limited to 'docs/source/development')
| -rw-r--r-- | docs/source/development/reference/functions.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/development/reference/functions.rst b/docs/source/development/reference/functions.rst index bf5bb94b..564135d2 100644 --- a/docs/source/development/reference/functions.rst +++ b/docs/source/development/reference/functions.rst @@ -391,6 +391,11 @@ Coordinate transformation reasons. + +.. doxygenfunction:: proj_trans_bounds + :project: doxygen_api + + Error reporting ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
