Lines Matching refs:area
16 [section:area_1 area]
18 '''<indexterm><primary>area</primary></indexterm>'''
19 Calculates the area of a geometry.
22 The free function area calculates the area of a geometry. It uses the default strategy, based on th…
24 …area algorithm calculates the surface area of all geometries having a surface, namely box, polygon…
26 The area calculation can be done in all three common coordinate systems, Cartesian, Spherical and G…
30 area_result<Geometry>::type area(Geometry const & geometry)``
41 The calculated area
51 `#include <boost/geometry/algorithms/area.hpp>`
53 [include reference/algorithms/area.qbk]
55 [area] [area_output]
60 [section:area_2_with_strategy area (with strategy)]
62 '''<indexterm><primary>area</primary></indexterm>'''
63 Calculates the area of a geometry using the specified strategy.
66 The free function area calculates the area of a geometry using the specified strategy. Reasons to s…
70 area_result<Geometry, Strategy>::type area(Geometry const & geometry, Strategy const & strategy)``
77 …ling a Area Strategy Concept ] [strategy] [The strategy which will be used for area calculations ]]
82 The calculated area
92 `#include <boost/geometry/algorithms/area.hpp>`
94 [include reference/algorithms/area.qbk]