densify.qbk 1.0 KB

12345678910111213141516171819202122232425
  1. [/============================================================================
  2. Boost.Geometry
  3. Copyright (c) 2018, Oracle and/or its affiliates.
  4. Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  5. Use, modification and distribution is subject to the Boost Software License,
  6. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  7. http://www.boost.org/LICENSE_1_0.txt)
  8. =============================================================================/]
  9. [def __this_function__ densify]
  10. [heading_conformance_no_ogc __this_function__]
  11. [note PostGIS contains an algorithm ST_Segmentize with the same functionality.
  12. See the [@http://www.postgis.org/docs/ST_Segmentize.html PostGIS documentation].
  13. ]
  14. [heading Behavior]
  15. The algorithm divides segments of a geometry if they are longer than passed
  16. distance into smaller segments.
  17. [note The units of the distance depends on strategy. In order to change the
  18. default behavior a user has to create a strategy and pass it explicitly into
  19. the algorithm.]