Name

TopoGeo_AddLineString — Adds a linestring to an existing topology using a tolerance and possibly splitting existing edges/faces.

Synopsis

SETOF integer TopoGeo_AddLineString(varchar atopology, geometry aline, float8 tolerance);

Beschreibung

Adds a linestring to an existing topology and returns a set of signed edge identifiers forming it up (negative identifies mean the edge goes in the opposite direction of the input linestring). The given line will snap to existing nodes or edges within given tolerance. Existing edges and faces may be split by the line. New nodes and faces may be added.

[Note]

Die Aktualisierung von Statistiken über Topologien, die über diese Funktion geladen werden, ist Sache des Aufrufers, siehe maintaining statistics during topology editing and population.

Verfügbarkeit: 2.0.0

Enhanced: 3.2.0 added support for returning signed identifier.