ST_LineIntersector
Signatures
Description
LineIntersector is used to split an input geometry
(LINESTRING
or MULTILINESTRING
) (geomA
) with a set of geometries (geomB
).
As a result, a collection of LINESTRING
is returned.
LineIntersector is used to split an input geometry
(LINESTRING
or MULTILINESTRING
) (geomA
) with a set of geometries (geomB
).
As a result, a collection of LINESTRING
is returned.