buffer_geographic_point_circle.qbk 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2013 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2013 Mateusz Loskot, London, UK.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
  11. [/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1buffer_1_1geographic__point__circle.xml]
  12. [section:strategy_buffer_geographic_point_circle strategy::buffer::geographic_point_circle]
  13. '''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>buffer</primary></indexterm><indexterm><primary>geographic_point_circle</primary></indexterm>'''
  14. Create a circular buffer around a point, on the Earth.
  15. [heading Description]
  16. This strategy can be used as PointStrategy for the buffer algorithm. It creates a circular buffer around a point, on the Earth. It can be applied for points and multi\u005fpoints.
  17. [heading Synopsis]
  18. ``template<typename FormulaPolicy, typename Spheroid, typename CalculationType>
  19. class strategy::buffer::geographic_point_circle
  20. {
  21. // ...
  22. };
  23. ``
  24. [heading Template parameter(s)]
  25. [table
  26. [[Parameter] [Default] [Description]]
  27. [[typename FormulaPolicy] [strategy::andoyer] []]
  28. [[typename Spheroid] [srs::spheroid<double>] []]
  29. [[typename CalculationType] [void] []]
  30. ]
  31. [heading Constructor(s)]
  32. [table
  33. [[Function] [Description] [Parameters] ]
  34. [[``geographic_point_circle(std::size_t count = 90)``
  35. ] [Constructs the strategy. ] [[* std::size_t]: ['count]: number of points for the created circle (if count is smaller than 3, count is internally set to 3)
  36. ]]
  37. ]
  38. [heading Header]
  39. `#include <boost/geometry/strategies/geographic/buffer_point_circle.hpp>`
  40. [heading Example]
  41. [buffer_geographic_point_circle]
  42. [buffer_geographic_point_circle_output]
  43. [heading See also]
  44. * [link geometry.reference.algorithms.buffer.buffer_7_with_strategies buffer (with strategies)]
  45. * [link geometry.reference.strategies.strategy_buffer_point_circle point_circle]
  46. * [link geometry.reference.strategies.strategy_buffer_point_square point_square]
  47. [endsect]