PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwmpoint_as_lwgeom()

LWGEOM* lwmpoint_as_lwgeom ( const LWMPOINT obj)

Definition at line 295 of file lwgeom.c.

296 {
297  if ( obj == NULL ) return NULL;
298  return (LWGEOM *)obj;
299 }

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: