PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwmpoly_as_lwgeom()

LWGEOM* lwmpoly_as_lwgeom ( const LWMPOLY obj)

Definition at line 285 of file lwgeom.c.

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

Referenced by lwgeom_force_sfs(), lwmpoly_release(), RASTER_getPolygon(), rt_raster_fully_within_distance(), rt_raster_geos_spatial_relationship(), rt_raster_within_distance(), and test_raster_surface().

Here is the caller graph for this function: