PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwmpoly_as_lwgeom()

LWGEOM* lwmpoly_as_lwgeom ( const LWMPOLY obj)

Definition at line 277 of file lwgeom.c.

278 {
279  if ( obj == NULL ) return NULL;
280  return (LWGEOM *)obj;
281 }

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: