pgRouting Manual (2.2)

pgr_endPoint

«  pgr_startPoint   ::   Contents   ::   Release Notes  »

pgr_endPoint

Name

pgr_endPoint — Returns an end point of a (multi)linestring geometry.

Note

This function is intended for the developer’s aid.

Warning

This function is being deprecated on 2.1. Use _pgr_endPoint instead

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

«  pgr_startPoint   ::   Contents   ::   Release Notes  »