PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwmline_as_lwgeom()

LWGEOM* lwmline_as_lwgeom ( const LWMLINE obj)

Definition at line 258 of file lwgeom.c.

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

259 {
260  if ( obj == NULL ) return NULL;
261  return (LWGEOM *)obj;
262 }
Here is the caller graph for this function: