reference.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Reference</title>
  5. <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Geometry">
  8. <link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Geometry">
  9. <link rel="prev" href="spatial_indexes/rtree_examples/index_stored_in_mapped_file_using_boost_interprocess.html" title="Index stored in mapped file using Boost.Interprocess">
  10. <link rel="next" href="reference/access.html" title="Access Functions">
  11. </head>
  12. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  13. <table cellpadding="2" width="100%"><tr>
  14. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
  15. <td align="center"><a href="../../../../../index.html">Home</a></td>
  16. <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  18. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  19. <td align="center"><a href="../../../../../more/index.htm">More</a></td>
  20. </tr></table>
  21. <hr>
  22. <div class="spirit-nav">
  23. <a accesskey="p" href="spatial_indexes/rtree_examples/index_stored_in_mapped_file_using_boost_interprocess.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/access.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  24. </div>
  25. <div class="section">
  26. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  27. <a name="geometry.reference"></a><a class="link" href="reference.html" title="Reference">Reference</a>
  28. </h2></div></div></div>
  29. <div class="toc"><dl class="toc">
  30. <dt><span class="section"><a href="reference/access.html">Access Functions</a></span></dt>
  31. <dd><dl>
  32. <dt><span class="section"><a href="reference/access/get.html">get</a></span></dt>
  33. <dt><span class="section"><a href="reference/access/set.html">set</a></span></dt>
  34. <dt><span class="section"><a href="reference/access/exterior_ring.html">exterior_ring</a></span></dt>
  35. <dt><span class="section"><a href="reference/access/interior_rings.html">interior_rings</a></span></dt>
  36. </dl></dd>
  37. <dt><span class="section"><a href="reference/adapted.html">Adapted models</a></span></dt>
  38. <dd><dl>
  39. <dt><span class="section"><a href="reference/adapted/c_array.html">C array</a></span></dt>
  40. <dt><span class="section"><a href="reference/adapted/std_array.html">C++11 Array Container</a></span></dt>
  41. <dt><span class="section"><a href="reference/adapted/boost_array.html">Boost.Array</a></span></dt>
  42. <dt><span class="section"><a href="reference/adapted/boost_fusion.html">Boost.Fusion</a></span></dt>
  43. <dt><span class="section"><a href="reference/adapted/boost_tuple.html">Boost.Tuple</a></span></dt>
  44. <dt><span class="section"><a href="reference/adapted/boost_polygon.html">Boost.Polygon</a></span></dt>
  45. <dt><span class="section"><a href="reference/adapted/boost_range.html">Boost.Range</a></span></dt>
  46. <dt><span class="section"><a href="reference/adapted/register.html">Macro's for adaption</a></span></dt>
  47. </dl></dd>
  48. <dt><span class="section"><a href="reference/algorithms.html">Algorithms</a></span></dt>
  49. <dd><dl>
  50. <dt><span class="section"><a href="reference/algorithms/area.html">area</a></span></dt>
  51. <dt><span class="section"><a href="reference/algorithms/assign.html">assign</a></span></dt>
  52. <dt><span class="section"><a href="reference/algorithms/append.html">append</a></span></dt>
  53. <dt><span class="section"><a href="reference/algorithms/buffer.html">buffer</a></span></dt>
  54. <dt><span class="section"><a href="reference/algorithms/centroid.html">centroid</a></span></dt>
  55. <dt><span class="section"><a href="reference/algorithms/clear.html">clear</a></span></dt>
  56. <dt><span class="section"><a href="reference/algorithms/convert.html">convert</a></span></dt>
  57. <dt><span class="section"><a href="reference/algorithms/convex_hull.html">convex_hull</a></span></dt>
  58. <dt><span class="section"><a href="reference/algorithms/correct.html">correct</a></span></dt>
  59. <dt><span class="section"><a href="reference/algorithms/covered_by.html">covered_by</a></span></dt>
  60. <dt><span class="section"><a href="reference/algorithms/crosses.html">crosses</a></span></dt>
  61. <dt><span class="section"><a href="reference/algorithms/densify.html">densify</a></span></dt>
  62. <dt><span class="section"><a href="reference/algorithms/difference.html">difference</a></span></dt>
  63. <dt><span class="section"><a href="reference/algorithms/discrete_frechet_distance.html">discrete_frechet_distance</a></span></dt>
  64. <dt><span class="section"><a href="reference/algorithms/discrete_hausdorff_distance.html">discrete_hausdorff_distance</a></span></dt>
  65. <dt><span class="section"><a href="reference/algorithms/disjoint.html">disjoint</a></span></dt>
  66. <dt><span class="section"><a href="reference/algorithms/distance.html">distance</a></span></dt>
  67. <dt><span class="section"><a href="reference/algorithms/envelope.html">envelope</a></span></dt>
  68. <dt><span class="section"><a href="reference/algorithms/equals.html">equals</a></span></dt>
  69. <dt><span class="section"><a href="reference/algorithms/expand.html">expand</a></span></dt>
  70. <dt><span class="section"><a href="reference/algorithms/for_each.html">for_each</a></span></dt>
  71. <dt><span class="section"><a href="reference/algorithms/intersection.html">intersection</a></span></dt>
  72. <dt><span class="section"><a href="reference/algorithms/intersects.html">intersects</a></span></dt>
  73. <dt><span class="section"><a href="reference/algorithms/is_empty.html">is_empty</a></span></dt>
  74. <dt><span class="section"><a href="reference/algorithms/is_simple.html">is_simple</a></span></dt>
  75. <dt><span class="section"><a href="reference/algorithms/is_valid.html">is_valid</a></span></dt>
  76. <dt><span class="section"><a href="reference/algorithms/length.html">length</a></span></dt>
  77. <dt><span class="section"><a href="reference/algorithms/line_interpolate.html">line_interpolate</a></span></dt>
  78. <dt><span class="section"><a href="reference/algorithms/make.html">make</a></span></dt>
  79. <dt><span class="section"><a href="reference/algorithms/num_geometries.html">num_geometries</a></span></dt>
  80. <dt><span class="section"><a href="reference/algorithms/num_interior_rings.html">num_interior_rings</a></span></dt>
  81. <dt><span class="section"><a href="reference/algorithms/num_points.html">num_points</a></span></dt>
  82. <dt><span class="section"><a href="reference/algorithms/num_segments.html">num_segments</a></span></dt>
  83. <dt><span class="section"><a href="reference/algorithms/overlaps.html">overlaps</a></span></dt>
  84. <dt><span class="section"><a href="reference/algorithms/perimeter.html">perimeter</a></span></dt>
  85. <dt><span class="section"><a href="reference/algorithms/relate.html">relate</a></span></dt>
  86. <dt><span class="section"><a href="reference/algorithms/relation.html">relation</a></span></dt>
  87. <dt><span class="section"><a href="reference/algorithms/reverse.html">reverse</a></span></dt>
  88. <dt><span class="section"><a href="reference/algorithms/simplify.html">simplify</a></span></dt>
  89. <dt><span class="section"><a href="reference/algorithms/sym_difference.html">sym_difference</a></span></dt>
  90. <dt><span class="section"><a href="reference/algorithms/touches.html">touches</a></span></dt>
  91. <dt><span class="section"><a href="reference/algorithms/transform.html">transform</a></span></dt>
  92. <dt><span class="section"><a href="reference/algorithms/union_.html">union_</a></span></dt>
  93. <dt><span class="section"><a href="reference/algorithms/unique.html">unique</a></span></dt>
  94. <dt><span class="section"><a href="reference/algorithms/within.html">within</a></span></dt>
  95. </dl></dd>
  96. <dt><span class="section"><a href="reference/arithmetic.html">Arithmetic</a></span></dt>
  97. <dd><dl>
  98. <dt><span class="section"><a href="reference/arithmetic/add_point.html">add_point</a></span></dt>
  99. <dt><span class="section"><a href="reference/arithmetic/add_value.html">add_value</a></span></dt>
  100. <dt><span class="section"><a href="reference/arithmetic/assign_point.html">assign_point</a></span></dt>
  101. <dt><span class="section"><a href="reference/arithmetic/assign_value.html">assign_value</a></span></dt>
  102. <dt><span class="section"><a href="reference/arithmetic/cross_product_2.html">cross_product</a></span></dt>
  103. <dt><span class="section"><a href="reference/arithmetic/cross_product_2_0.html">cross_product</a></span></dt>
  104. <dt><span class="section"><a href="reference/arithmetic/divide_point.html">divide_point</a></span></dt>
  105. <dt><span class="section"><a href="reference/arithmetic/divide_value.html">divide_value</a></span></dt>
  106. <dt><span class="section"><a href="reference/arithmetic/dot_product.html">dot_product</a></span></dt>
  107. <dt><span class="section"><a href="reference/arithmetic/multiply_point.html">multiply_point</a></span></dt>
  108. <dt><span class="section"><a href="reference/arithmetic/multiply_value.html">multiply_value</a></span></dt>
  109. <dt><span class="section"><a href="reference/arithmetic/subtract_point.html">subtract_point</a></span></dt>
  110. <dt><span class="section"><a href="reference/arithmetic/subtract_value.html">subtract_value</a></span></dt>
  111. </dl></dd>
  112. <dt><span class="section"><a href="reference/concepts.html">Concepts</a></span></dt>
  113. <dd><dl>
  114. <dt><span class="section"><a href="reference/concepts/concept_point.html">Point Concept</a></span></dt>
  115. <dt><span class="section"><a href="reference/concepts/concept_linestring.html">Linestring
  116. Concept</a></span></dt>
  117. <dt><span class="section"><a href="reference/concepts/concept_polygon.html">Polygon
  118. Concept</a></span></dt>
  119. <dt><span class="section"><a href="reference/concepts/concept_multi_point.html">MultiPoint
  120. Concept</a></span></dt>
  121. <dt><span class="section"><a href="reference/concepts/concept_multi_linestring.html">MultiLinestring
  122. Concept</a></span></dt>
  123. <dt><span class="section"><a href="reference/concepts/concept_multi_polygon.html">MultiPolygon
  124. Concept</a></span></dt>
  125. <dt><span class="section"><a href="reference/concepts/concept_box.html">Box Concept</a></span></dt>
  126. <dt><span class="section"><a href="reference/concepts/concept_ring.html">Ring Concept</a></span></dt>
  127. <dt><span class="section"><a href="reference/concepts/concept_segment.html">Segment
  128. Concept</a></span></dt>
  129. </dl></dd>
  130. <dt><span class="section"><a href="reference/constants.html">Constants</a></span></dt>
  131. <dd><dl>
  132. <dt><span class="section"><a href="reference/constants/min_corner.html">min_corner</a></span></dt>
  133. <dt><span class="section"><a href="reference/constants/max_corner.html">max_corner</a></span></dt>
  134. </dl></dd>
  135. <dt><span class="section"><a href="reference/cs.html">Coordinate Systems</a></span></dt>
  136. <dd><dl>
  137. <dt><span class="section"><a href="reference/cs/cs_cartesian.html">cs::cartesian</a></span></dt>
  138. <dt><span class="section"><a href="reference/cs/cs_spherical.html">cs::spherical</a></span></dt>
  139. <dt><span class="section"><a href="reference/cs/cs_spherical_equatorial.html">cs::spherical_equatorial</a></span></dt>
  140. <dt><span class="section"><a href="reference/cs/cs_geographic.html">cs::geographic</a></span></dt>
  141. </dl></dd>
  142. <dt><span class="section"><a href="reference/core.html">Core Metafunctions</a></span></dt>
  143. <dd><dl>
  144. <dt><span class="section"><a href="reference/core/closure.html">closure</a></span></dt>
  145. <dt><span class="section"><a href="reference/core/coordinate_system.html">coordinate_system</a></span></dt>
  146. <dt><span class="section"><a href="reference/core/coordinate_type.html">coordinate_type</a></span></dt>
  147. <dt><span class="section"><a href="reference/core/cs_tag.html">cs_tag</a></span></dt>
  148. <dt><span class="section"><a href="reference/core/degree.html">degree</a></span></dt>
  149. <dt><span class="section"><a href="reference/core/dimension.html">dimension</a></span></dt>
  150. <dt><span class="section"><a href="reference/core/interior_type.html">interior_type</a></span></dt>
  151. <dt><span class="section"><a href="reference/core/point_order.html">point_order</a></span></dt>
  152. <dt><span class="section"><a href="reference/core/point_type.html">point_type</a></span></dt>
  153. <dt><span class="section"><a href="reference/core/radian.html">radian</a></span></dt>
  154. <dt><span class="section"><a href="reference/core/ring_type.html">ring_type</a></span></dt>
  155. <dt><span class="section"><a href="reference/core/tag.html">tag</a></span></dt>
  156. <dt><span class="section"><a href="reference/core/tag_cast.html">tag_cast</a></span></dt>
  157. </dl></dd>
  158. <dt><span class="section"><a href="reference/de9im.html">DE-9IM</a></span></dt>
  159. <dd><dl>
  160. <dt><span class="section"><a href="reference/de9im/de9im_mask.html">de9im::mask</a></span></dt>
  161. <dt><span class="section"><a href="reference/de9im/de9im_matrix.html">de9im::matrix</a></span></dt>
  162. <dt><span class="section"><a href="reference/de9im/de9im_static_mask.html">de9im::static_mask</a></span></dt>
  163. </dl></dd>
  164. <dt><span class="section"><a href="reference/enumerations.html">Enumerations</a></span></dt>
  165. <dd><dl>
  166. <dt><span class="section"><a href="reference/enumerations/buffer_side_selector.html">buffer_side_selector</a></span></dt>
  167. <dt><span class="section"><a href="reference/enumerations/closure_selector.html">closure_selector</a></span></dt>
  168. <dt><span class="section"><a href="reference/enumerations/join_selector.html">join_selector</a></span></dt>
  169. <dt><span class="section"><a href="reference/enumerations/order_selector.html">order_selector</a></span></dt>
  170. <dt><span class="section"><a href="reference/enumerations/piece_type.html">piece_type</a></span></dt>
  171. <dt><span class="section"><a href="reference/enumerations/result_code.html">result_code</a></span></dt>
  172. <dt><span class="section"><a href="reference/enumerations/validity_failure_type.html">validity_failure_type</a></span></dt>
  173. </dl></dd>
  174. <dt><span class="section"><a href="reference/exceptions.html">Exceptions</a></span></dt>
  175. <dd><dl>
  176. <dt><span class="section"><a href="reference/exceptions/exception.html">exception</a></span></dt>
  177. <dt><span class="section"><a href="reference/exceptions/centroid_exception.html">centroid_exception</a></span></dt>
  178. </dl></dd>
  179. <dt><span class="section"><a href="reference/io.html">IO (input/output)</a></span></dt>
  180. <dd><dl>
  181. <dt><span class="section"><a href="reference/io/dsv.html">DSV (Delimiter-Separated
  182. Values)</a></span></dt>
  183. <dt><span class="section"><a href="reference/io/wkt.html">WKT (Well-Known Text)</a></span></dt>
  184. <dt><span class="section"><a href="reference/io/svg.html">SVG (Scalable Vector Graphics)</a></span></dt>
  185. </dl></dd>
  186. <dt><span class="section"><a href="reference/iterators.html">Iterators</a></span></dt>
  187. <dd><dl>
  188. <dt><span class="section"><a href="reference/iterators/closing_iterator.html">closing_iterator</a></span></dt>
  189. <dt><span class="section"><a href="reference/iterators/ever_circling_iterator.html">ever_circling_iterator</a></span></dt>
  190. </dl></dd>
  191. <dt><span class="section"><a href="reference/models.html">Models</a></span></dt>
  192. <dd><dl>
  193. <dt><span class="section"><a href="reference/models/model_point.html">model::point</a></span></dt>
  194. <dt><span class="section"><a href="reference/models/model_d2_point_xy.html">model::d2::point_xy</a></span></dt>
  195. <dt><span class="section"><a href="reference/models/model_linestring.html">model::linestring</a></span></dt>
  196. <dt><span class="section"><a href="reference/models/model_polygon.html">model::polygon</a></span></dt>
  197. <dt><span class="section"><a href="reference/models/model_multi_point.html">model::multi_point</a></span></dt>
  198. <dt><span class="section"><a href="reference/models/model_multi_linestring.html">model::multi_linestring</a></span></dt>
  199. <dt><span class="section"><a href="reference/models/model_multi_polygon.html">model::multi_polygon</a></span></dt>
  200. <dt><span class="section"><a href="reference/models/model_box.html">model::box</a></span></dt>
  201. <dt><span class="section"><a href="reference/models/model_ring.html">model::ring</a></span></dt>
  202. <dt><span class="section"><a href="reference/models/model_segment.html">model::segment</a></span></dt>
  203. <dt><span class="section"><a href="reference/models/model_referring_segment.html">model::referring_segment</a></span></dt>
  204. </dl></dd>
  205. <dt><span class="section"><a href="reference/spatial_indexes.html">Spatial Indexes</a></span></dt>
  206. <dd><dl>
  207. <dt><span class="section"><a href="reference/spatial_indexes/boost__geometry__index__rtree.html">boost::geometry::index::rtree</a></span></dt>
  208. <dt><span class="section"><a href="reference/spatial_indexes/group__rtree__functions.html">R-tree
  209. free functions (boost::geometry::index::)</a></span></dt>
  210. <dt><span class="section"><a href="reference/spatial_indexes/parameters.html">R-tree
  211. parameters (boost::geometry::index::)</a></span></dt>
  212. <dt><span class="section"><a href="reference/spatial_indexes/observers.html">Observers
  213. (boost::geometry::index::)</a></span></dt>
  214. <dt><span class="section"><a href="reference/spatial_indexes/group__inserters.html">Inserters
  215. (boost::geometry::index::)</a></span></dt>
  216. <dt><span class="section"><a href="reference/spatial_indexes/group__adaptors.html">Adaptors
  217. (boost::geometry::index::adaptors::)</a></span></dt>
  218. <dt><span class="section"><a href="reference/spatial_indexes/group__predicates.html">Predicates
  219. (boost::geometry::index::)</a></span></dt>
  220. </dl></dd>
  221. <dt><span class="section"><a href="reference/srs.html">SRS</a></span></dt>
  222. <dd><dl><dt><span class="section"><a href="reference/srs/srs_spheroid.html">srs::spheroid</a></span></dt></dl></dd>
  223. <dt><span class="section"><a href="reference/strategies.html">Strategies</a></span></dt>
  224. <dd><dl>
  225. <dt><span class="section"><a href="reference/strategies/strategy_area_cartesian.html">strategy::area::cartesian</a></span></dt>
  226. <dt><span class="section"><a href="reference/strategies/strategy_area_spherical.html">strategy::area::spherical</a></span></dt>
  227. <dt><span class="section"><a href="reference/strategies/strategy_area_geographic.html">strategy::area::geographic</a></span></dt>
  228. <dt><span class="section"><a href="reference/strategies/strategy_buffer_join_round.html">strategy::buffer::join_round</a></span></dt>
  229. <dt><span class="section"><a href="reference/strategies/strategy_buffer_join_miter.html">strategy::buffer::join_miter</a></span></dt>
  230. <dt><span class="section"><a href="reference/strategies/strategy_buffer_end_round.html">strategy::buffer::end_round</a></span></dt>
  231. <dt><span class="section"><a href="reference/strategies/strategy_buffer_end_flat.html">strategy::buffer::end_flat</a></span></dt>
  232. <dt><span class="section"><a href="reference/strategies/strategy_buffer_distance_symmetric.html">strategy::buffer::distance_symmetric</a></span></dt>
  233. <dt><span class="section"><a href="reference/strategies/strategy_buffer_distance_asymmetric.html">strategy::buffer::distance_asymmetric</a></span></dt>
  234. <dt><span class="section"><a href="reference/strategies/strategy_buffer_point_circle.html">strategy::buffer::point_circle</a></span></dt>
  235. <dt><span class="section"><a href="reference/strategies/strategy_buffer_point_square.html">strategy::buffer::point_square</a></span></dt>
  236. <dt><span class="section"><a href="reference/strategies/strategy_buffer_geographic_point_circle.html">strategy::buffer::geographic_point_circle</a></span></dt>
  237. <dt><span class="section"><a href="reference/strategies/strategy_buffer_side_straight.html">strategy::buffer::side_straight</a></span></dt>
  238. <dt><span class="section"><a href="reference/strategies/strategy_centroid_average.html">strategy::centroid::average</a></span></dt>
  239. <dt><span class="section"><a href="reference/strategies/strategy_centroid_bashein_detmer.html">strategy::centroid::bashein_detmer</a></span></dt>
  240. <dt><span class="section"><a href="reference/strategies/strategy_convex_hull_graham_andrew.html">strategy::convex_hull::graham_andrew</a></span></dt>
  241. <dt><span class="section"><a href="reference/strategies/strategy_densify_cartesian.html">strategy::densify::cartesian</a></span></dt>
  242. <dt><span class="section"><a href="reference/strategies/strategy_densify_geographic.html">strategy::densify::geographic</a></span></dt>
  243. <dt><span class="section"><a href="reference/strategies/strategy_densify_spherical.html">strategy::densify::spherical</a></span></dt>
  244. <dt><span class="section"><a href="reference/strategies/strategy_distance_pythagoras.html">strategy::distance::pythagoras</a></span></dt>
  245. <dt><span class="section"><a href="reference/strategies/strategy_distance_pythagoras_box_box.html">strategy::distance::pythagoras_box_box</a></span></dt>
  246. <dt><span class="section"><a href="reference/strategies/strategy_distance_pythagoras_point_box.html">strategy::distance::pythagoras_point_box</a></span></dt>
  247. <dt><span class="section"><a href="reference/strategies/strategy_distance_haversine.html">strategy::distance::haversine</a></span></dt>
  248. <dt><span class="section"><a href="reference/strategies/strategy_distance_projected_point.html">strategy::distance::projected_point</a></span></dt>
  249. <dt><span class="section"><a href="reference/strategies/strategy_distance_cross_track.html">strategy::distance::cross_track</a></span></dt>
  250. <dt><span class="section"><a href="reference/strategies/strategy_distance_cross_track_point_box.html">strategy::distance::cross_track_point_box</a></span></dt>
  251. <dt><span class="section"><a href="reference/strategies/strategy_line_interpolate_cartesian.html">strategy::line_interpolate::cartesian</a></span></dt>
  252. <dt><span class="section"><a href="reference/strategies/strategy_line_interpolate_geographic.html">strategy::line_interpolate::geographic</a></span></dt>
  253. <dt><span class="section"><a href="reference/strategies/strategy_line_interpolate_spherical.html">strategy::line_interpolate::spherical</a></span></dt>
  254. <dt><span class="section"><a href="reference/strategies/strategy_side_side_by_triangle.html">strategy::side::side_by_triangle</a></span></dt>
  255. <dt><span class="section"><a href="reference/strategies/strategy_side_side_by_cross_track.html">strategy::side::side_by_cross_track</a></span></dt>
  256. <dt><span class="section"><a href="reference/strategies/strategy_side_spherical_side_formula.html">strategy::side::spherical_side_formula</a></span></dt>
  257. <dt><span class="section"><a href="reference/strategies/strategy_side_geographic.html">strategy::side::geographic</a></span></dt>
  258. <dt><span class="section"><a href="reference/strategies/strategy_simplify_douglas_peucker.html">strategy::simplify::douglas_peucker</a></span></dt>
  259. <dt><span class="section"><a href="reference/strategies/strategy_transform_inverse_transformer.html">strategy::transform::inverse_transformer</a></span></dt>
  260. <dt><span class="section"><a href="reference/strategies/strategy_transform_map_transformer.html">strategy::transform::map_transformer</a></span></dt>
  261. <dt><span class="section"><a href="reference/strategies/strategy_transform_rotate_transformer.html">strategy::transform::rotate_transformer</a></span></dt>
  262. <dt><span class="section"><a href="reference/strategies/strategy_transform_scale_transformer.html">strategy::transform::scale_transformer</a></span></dt>
  263. <dt><span class="section"><a href="reference/strategies/strategy_transform_translate_transformer.html">strategy::transform::translate_transformer</a></span></dt>
  264. <dt><span class="section"><a href="reference/strategies/strategy_transform_matrix_transformer.html">strategy::transform::matrix_transformer</a></span></dt>
  265. <dt><span class="section"><a href="reference/strategies/strategy_within_winding.html">strategy::within::winding</a></span></dt>
  266. <dt><span class="section"><a href="reference/strategies/strategy_within_franklin.html">strategy::within::franklin</a></span></dt>
  267. <dt><span class="section"><a href="reference/strategies/strategy_within_crossings_multiply.html">strategy::within::crossings_multiply</a></span></dt>
  268. </dl></dd>
  269. <dt><span class="section"><a href="reference/views.html">Views</a></span></dt>
  270. <dd><dl>
  271. <dt><span class="section"><a href="reference/views/box_view.html">box_view</a></span></dt>
  272. <dt><span class="section"><a href="reference/views/segment_view.html">segment_view</a></span></dt>
  273. <dt><span class="section"><a href="reference/views/closeable_view.html">closeable_view</a></span></dt>
  274. <dt><span class="section"><a href="reference/views/reversible_view.html">reversible_view</a></span></dt>
  275. <dt><span class="section"><a href="reference/views/identity_view.html">identity_view</a></span></dt>
  276. </dl></dd>
  277. </dl></div>
  278. </div>
  279. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  280. <td align="left"></td>
  281. <td align="right"><div class="copyright-footer">Copyright &#169; 2009-2019 Barend Gehrels, Bruno Lalande, Mateusz Loskot, Adam
  282. Wulkiewicz, Oracle and/or its affiliates<p>
  283. Distributed under the Boost Software License, Version 1.0. (See accompanying
  284. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  285. </p>
  286. </div></td>
  287. </tr></table>
  288. <hr>
  289. <div class="spirit-nav">
  290. <a accesskey="p" href="spatial_indexes/rtree_examples/index_stored_in_mapped_file_using_boost_interprocess.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference/access.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
  291. </div>
  292. </body>
  293. </html>