Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ namespace strategy { namespace intersection
\ingroup overlay
\details The Liang-Barsky line clipping algorithm clips a line with a clipping box.
It is slightly adapted in the sense that it returns which points are clipped
\tparam B input box type of clipping box
\tparam P input/output point-type of segments to be clipped
\tparam Box input box type of clipping box
\tparam Point input/output point-type of segments to be clipped
\note The algorithm is currently only implemented for 2D Cartesian points
\note Though it is implemented in namespace strategy, and theoretically another
strategy could be used, it is not (yet) updated to the general strategy concepts,
Expand Down
2 changes: 1 addition & 1 deletion include/boost/geometry/algorithms/simplify.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace detail { namespace simplify
\brief Small wrapper around a point, with an extra member "included"
\details
It has a const-reference to the original point (so no copy here)
\tparam the enclosed point type
\tparam Point the enclosed point type
*/
template <typename Point>
struct douglas_peucker_point
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/aea.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ namespace projections
/*!
\brief Albers Equal Area projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand All @@ -284,8 +283,7 @@ namespace projections
/*!
\brief Lambert Equal Area Conic projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand Down
9 changes: 3 additions & 6 deletions include/boost/geometry/srs/projections/proj/aeqd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ namespace projections
/*!
\brief Azimuthal Equidistant projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Azimuthal
Expand All @@ -440,8 +439,7 @@ namespace projections
/*!
\brief Azimuthal Equidistant projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Azimuthal
Expand All @@ -466,8 +464,7 @@ namespace projections
/*!
\brief Azimuthal Equidistant projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Azimuthal
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/airy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ namespace projections
/*!
\brief Airy projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/aitoff.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ namespace projections
/*!
\brief Aitoff projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand All @@ -256,8 +255,7 @@ namespace projections
/*!
\brief Winkel Tripel projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/august.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ namespace projections
/*!
\brief August Epicycloidal projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand Down
9 changes: 3 additions & 6 deletions include/boost/geometry/srs/projections/proj/bacon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ namespace projections
/*!
\brief Apian Globular I projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand All @@ -154,8 +153,7 @@ namespace projections
/*!
\brief Ortelius Oval projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand All @@ -177,8 +175,7 @@ namespace projections
/*!
\brief Bacon Globular projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/bipc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ namespace projections
/*!
\brief Bipolar conic of western hemisphere projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/boggs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ namespace projections
/*!
\brief Boggs Eumorphic projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/bonne.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,7 @@ namespace projections
/*!
\brief Bonne (Werner lat_1=90) projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand All @@ -217,8 +216,7 @@ namespace projections
/*!
\brief Bonne (Werner lat_1=90) projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/cass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ namespace projections
/*!
\brief Cassini projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand All @@ -233,8 +232,7 @@ namespace projections
/*!
\brief Cassini projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/cc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ namespace projections
/*!
\brief Central Cylindrical projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/cea.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ namespace projections
/*!
\brief Equal Area Cylindrical projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand All @@ -187,8 +186,7 @@ namespace projections
/*!
\brief Equal Area Cylindrical projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/chamb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ namespace projections
/*!
\brief Chamberlin Trimetric projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Miscellaneous
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/col_urban.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ namespace projections
/*!
\brief Colombia Urban
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
*/
template <typename T, typename Parameters>
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/collg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ namespace projections
/*!
\brief Collignon projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/crast.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ namespace projections
/*!
\brief Craster Parabolic (Putnins P4) projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/denoy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ namespace projections
/*!
\brief Denoyer Semi-Elliptical projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eck1.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ namespace projections
/*!
\brief Eckert I projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eck2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ namespace projections
/*!
\brief Eckert II projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
12 changes: 4 additions & 8 deletions include/boost/geometry/srs/projections/proj/eck3.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ namespace projections
/*!
\brief Eckert III projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand All @@ -182,8 +181,7 @@ namespace projections
/*!
\brief Putnins P1 projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand All @@ -204,8 +202,7 @@ namespace projections
/*!
\brief Wagner VI projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand All @@ -226,8 +223,7 @@ namespace projections
/*!
\brief Kavraisky VII projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eck4.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ namespace projections
/*!
\brief Eckert IV projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eck5.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ namespace projections
/*!
\brief Eckert V projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Pseudocylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eqc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ namespace projections
/*!
\brief Equidistant Cylindrical (Plate Caree) projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand Down
3 changes: 1 addition & 2 deletions include/boost/geometry/srs/projections/proj/eqdc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@ namespace projections
/*!
\brief Equidistant Conic projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Conic
Expand Down
6 changes: 2 additions & 4 deletions include/boost/geometry/srs/projections/proj/etmerc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ namespace projections
/*!
\brief Extended Transverse Mercator projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand All @@ -394,8 +393,7 @@ namespace projections
/*!
\brief Universal Transverse Mercator (UTM) projection
\ingroup projections
\tparam Geographic latlong point type
\tparam Cartesian xy point type
\tparam T calculation type
\tparam Parameters parameter type
\par Projection characteristics
- Cylindrical
Expand Down
Loading
Loading