PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwmline_as_lwgeom()

LWGEOM* lwmline_as_lwgeom ( const LWMLINE obj)

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: