• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_1srs_1_1spheroid.xml]
16[section:srs_spheroid srs::spheroid]
17
18'''<indexterm><primary>srs</primary></indexterm><indexterm><primary>spheroid</primary></indexterm>'''
19Defines spheroid radius values for use in geographical CS calculations.
20
21[heading Synopsis]
22``template<typename RadiusType>
23class srs::spheroid
24{
25  // ...
26};
27``
28
29[heading Template parameter(s)]
30[table
31[[Parameter] [Description]]
32[[typename RadiusType] [tparam_radius ]]
33]
34
35[heading Constructor(s)]
36[table
37[[Function] [Description] [Parameters] ]
38[[``spheroid(RadiusType const & a, RadiusType const & b)``
39
40] [] [[* RadiusType const &]: ['a]:
41
42[* RadiusType const &]: ['b]:
43
44
45
46]]
47[[``spheroid()``
48
49] [] [
50
51]]
52]
53
54[heading Member Function(s)]
55[table
56[[Function] [Description] [Parameters]  [Returns]]
57[[``template<std::size_t I>
58RadiusType get_radius()``
59
60] [] [
61
62][
63
64]
65]
66[[``template<std::size_t I>
67void set_radius(RadiusType const & radius)``
68
69] [] [[* RadiusType const &]: ['radius]:
70
71
72
73][
74
75]
76]
77]
78
79[heading Header]
80`#include <boost/geometry/srs/spheroid.hpp>`
81
82[endsect]
83
84