MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geo_makeline_garray()

GSERIALIZED * geo_makeline_garray ( GSERIALIZED **  gsarr,
int  count 
)

Return a line from an array of geometries/geographies.

Array elements that are not points are discarded.

Parameters
[in]gsarrArray of geometries/geographies
[in]countNumber of elements in the array
Note
PostGIS function: LWGEOM_makeline_garray(PG_FUNCTION_ARGS)