pgr_geomResult[]¶
Name¶
pgr_geomResult[]
— A set of records to describe a path result with geometry attribute.
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