PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwmline_as_lwgeom()

LWGEOM* lwmline_as_lwgeom ( const LWMLINE obj)

Definition at line 290 of file lwgeom.c.

291 {
292  if ( obj == NULL ) return NULL;
293  return (LWGEOM *)obj;
294 }

Referenced by lwmline_clip_to_ordinate_range(), lwmline_locate_along(), and lwmline_release().

Here is the caller graph for this function: