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

◆ lwmpoint_as_lwgeom()

LWGEOM * lwmpoint_as_lwgeom ( const LWMPOINT obj)

Definition at line 332 of file lwgeom.c.

333{
334 if ( obj == NULL ) return NULL;
335 return (LWGEOM *)obj;
336}

Referenced by geography_interpolate_points(), 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: