PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwmline_add_lwline()

LWMLINE * lwmline_add_lwline ( LWMLINE mobj,
const LWLINE obj 
)
extern

Definition at line 46 of file lwmline.c.

47{
48 return (LWMLINE*)lwcollection_add_lwgeom((LWCOLLECTION*)mobj, (LWGEOM*)obj);
49}
LWCOLLECTION * lwcollection_add_lwgeom(LWCOLLECTION *col, const LWGEOM *geom)
Appends geom to the collection managed by col.

References lwcollection_add_lwgeom().

Referenced by geography_centroid(), lwgeom_boundary(), lwline_split_by_mpoint(), lwline_split_by_point(), lwline_split_by_point_to(), parse_geojson_multilinestring(), parse_gml_mcurve(), and parse_gml_mline().

Here is the call graph for this function:
Here is the caller graph for this function: