difference_behavior.qbk 1.2 KB

12345678910111213141516171819202122232425262728
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2011-2014 Barend Gehrels, Amsterdam, the Netherlands.
  4. This file was modified by Oracle on 2014.
  5. Modifications copyright (c) 2014, Oracle and/or its affiliates.
  6. Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  7. Use, modification and distribution is subject to the Boost Software License,
  8. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  9. http://www.boost.org/LICENSE_1_0.txt)
  10. =============================================================================/]
  11. [heading Behavior]
  12. [table
  13. [[Case] [Behavior] ]
  14. [[__2dim__][All combinations of: box, ring, polygon, multi_polygon]]
  15. [[__1dim__ / __2dim__][A combinations of a (multi) linestring with a (multi) polygon
  16. results in a collection of linestrings]]
  17. [[__1dim__][All combinations of: linestring, multi_linestring; results in a collection of linestrings]]
  18. [[__0dim__][All combinations of: point, multi_point; results in a collection of points]]
  19. [[__other__][__nyiversion__]]
  20. [[__sph__][__nyiversion__]]
  21. [[Three dimensional][__nyiversion__]]
  22. ]