Changes between Version 3 and Version 4 of UsersWikiLinearRefFunctions
- Timestamp:
- 08/05/20 10:15:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiLinearRefFunctions
v3 v4 3 3 These functions augment the [https://postgis.net/docs/manual-3.0/reference.html#Linear_Referencing built-in] ones in PostGIS. 4 4 5 == ST_LineLocateSegment - Locate Segment for Point==5 == ST_LineLocateSegment == 6 6 7 Locates the segment on a line containing the location closest to a given point. 7 8 This can be useful for inserting a line vertex at the location closest to a given point. 8 9 … … 11 12 12 13 {{{ 13 --- Locates the segment on a LineString containing the location closest to a given point.14 --- ST_LineLocateSegment: Locates the segment on a LineString containing the location closest to a given point. 14 15 --- Returns a record containing: 15 16 --- index: the segment index of the closest point on the line