PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwmpoint_as_lwgeom()

LWGEOM * lwmpoint_as_lwgeom ( const LWMPOINT obj)
extern

Definition at line 286 of file lwgeom.c.

287{
288 if ( obj == NULL ) return NULL;
289 return (LWGEOM *)obj;
290}

Referenced by LWGEOM_line_interpolate_point(), lwmpoint_clip_to_ordinate_range(), lwmpoint_locate_along(), lwmpoint_release(), and ST_Points().

Here is the caller graph for this function: