pgr_geomResult[] - pgRouting Manual (2.6)
pgr_geomResult[]
Description
CREATE TYPE pgr_geomResult AS
(
seq integer,
id1 integer,
id2 integer,
geom geometry
);
- seq
-
sequential ID indicating the path order
- id1
-
generic name, to be specified by the function
- id2
-
generic name, to be specified by the function
- geom
-
geometry attribute
History
-
New in version 2.0.0
-
Replaces
geoms