PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwmline_add_lwline()

LWMLINE* lwmline_add_lwline ( LWMLINE mobj,
const LWLINE obj 
)

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.
Definition: lwcollection.c:187

References lwcollection_add_lwgeom().

Referenced by geography_centroid(), 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: