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

◆ lwmline_as_lwgeom()

LWGEOM * lwmline_as_lwgeom ( const LWMLINE obj)

Definition at line 327 of file lwgeom.c.

328{
329 if ( obj == NULL ) return NULL;
330 return (LWGEOM *)obj;
331}

Referenced by lwmline_locate_along(), and lwmline_release().

Here is the caller graph for this function: