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