pgRouting Manual (2.0.0)

pgr_endPoint

«  pgr_startPoint   ::   Contenu   ::   Fonctions antérieures  »

pgr_endPoint

Nom

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.

Histoire

  • Nouveau depuis la version 2.0.0

Voir aussi

«  pgr_startPoint   ::   Contenu   ::   Fonctions antérieures  »