union.qbk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2014 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2014 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2014 Bruno Lalande, Paris, France.
  6. This file was modified by Oracle on 2014.
  7. Modifications copyright (c) 2014, Oracle and/or its affiliates.
  8. Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  9. Use, modification and distribution is subject to the Boost Software License,
  10. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  11. http://www.boost.org/LICENSE_1_0.txt)
  12. =============================================================================/]
  13. [def __this_function__ union]
  14. [heading_conformance_ogc __this_function__..Union]
  15. [note __boost_geometry__ adds an underscore to avoid using the `union` keyword]
  16. [heading Behavior]
  17. [table
  18. [[Case] [Behavior] ]
  19. [[[qbk_out __point__]][Calculates union linestrings of input (multi)points]]
  20. [[[qbk_out __linestring__]][Calculates union linestrings of input (multi)linestrings]]
  21. [[[qbk_out __polygon__]][Calculates union polygons of input (multi)polygons and/or boxes]]
  22. ]
  23. [include reference/algorithms/geometry_rules.qbk]
  24. [heading Example]
  25. [union]
  26. [union_output]
  27. [heading See also]
  28. * [link geometry.reference.algorithms.intersection intersection]
  29. * [link geometry.reference.algorithms.difference difference]
  30. * [link geometry.reference.algorithms.sym_difference sym_difference (symmetric difference)]