PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwmline_as_lwgeom()

LWGEOM* lwmline_as_lwgeom ( const LWMLINE obj)

Definition at line 282 of file lwgeom.c.

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

Referenced by lwmline_locate_along(), and lwmline_release().

Here is the caller graph for this function: