• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/============================================================================
2  Boost.Geometry
3
4  Copyright (c) 2018, Oracle and/or its affiliates.
5  Contributed and/or modified by Vissarion Fysikopoulos, 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__ line_interpolate_point]
13
14[heading_conformance_no_ogc __this_function__]
15[note PostGIS contains an algorithm ST_LineInterpolatePoints with similar functionality.
16  See the [@https://postgis.net/docs/ST_LineInterpolatePoints.html PostGIS documentation].
17]
18
19[heading Behavior]
20The algorithm iterates among segments of the linestring and computes interpolation
21points if needed.
22