PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwmpoly_as_lwgeom()

LWGEOM* lwmpoly_as_lwgeom ( const LWMPOLY obj)

Definition at line 253 of file lwgeom.c.

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().

254 {
255  if ( obj == NULL ) return NULL;
256  return (LWGEOM *)obj;
257 }
Here is the caller graph for this function: