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

◆ lwmline_as_lwgeom()

LWGEOM * lwmline_as_lwgeom ( const LWMLINE obj)
extern

Definition at line 299 of file lwgeom.c.

300{
301 if ( obj == NULL ) return NULL;
302 return (LWGEOM *)obj;
303}

Referenced by lwmline_locate_along(), and lwmline_release().

Here is the caller graph for this function: