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

◆ lwmpoint_as_lwgeom()

LWGEOM * lwmpoint_as_lwgeom ( const LWMPOINT obj)

Definition at line 304 of file lwgeom.c.

305{
306 if ( obj == NULL ) return NULL;
307 return (LWGEOM *)obj;
308}

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: