PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwmpoly_as_lwgeom()

LWGEOM* lwmpoly_as_lwgeom ( const LWMPOLY obj)

Definition at line 294 of file lwgeom.c.

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

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: