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

◆ lwmline_as_lwgeom()

LWGEOM * lwmline_as_lwgeom ( const LWMLINE obj)
extern

Definition at line 281 of file lwgeom.c.

282{
283 if ( obj == NULL ) return NULL;
284 return (LWGEOM *)obj;
285}

Referenced by lwmline_locate_along(), and lwmline_release().

Here is the caller graph for this function: