PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwmpoint_as_lwgeom()

LWGEOM* lwmpoint_as_lwgeom ( const LWMPOINT obj)

Definition at line 263 of file lwgeom.c.

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

264 {
265  if ( obj == NULL ) return NULL;
266  return (LWGEOM *)obj;
267 }
Here is the caller graph for this function: