PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwmline_as_lwgeom()

LWGEOM* lwmline_as_lwgeom ( const LWMLINE obj)

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: