1[/============================================================================ 2 Boost.Geometry 3 4 Copyright (c) 2018, Oracle and/or its affiliates. 5 Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle 6 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 12[def __this_function__ densify] 13 14[heading_conformance_no_ogc __this_function__] 15[note PostGIS contains an algorithm ST_Segmentize with the same functionality. 16 See the [@http://www.postgis.org/docs/ST_Segmentize.html PostGIS documentation]. 17] 18 19[heading Behavior] 20The algorithm divides segments of a geometry if they are longer than passed 21distance into smaller segments. 22 23[note The units of the distance depends on strategy. In order to change the 24default behavior a user has to create a strategy and pass it explicitly into 25the algorithm.] 26