pgr_endPoint - Deprecated Function¶
Warning
This function is deprecated!!!
- Is no longer supported.
- May be removed from future versions.
- There is no replacement.
Name¶
pgr_endPoint — Returns an end point of a (multi)linestring geometry.
Note
This function is intended for the developer’s aid.
Synopsis¶
Returns the geometry of the end point of the first LINESTRING of geom.
text pgr_startPoint(geometry geom);
Description¶
Parameters
geom: | geometry Geometry of a MULTILINESTRING or LINESTRING. |
---|
Returns the geometry of the end point of the first LINESTRING of geom.
History
- New in version 2.0.0
See Also¶
- Developer’s Guide for the tree layout of the project.
- pgr_startPoint - Deprecated Function to get the start point of a (multi)linestring.