PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwmpoly_as_lwgeom()

LWGEOM * lwmpoly_as_lwgeom ( const LWMPOLY obj)
extern

Definition at line 276 of file lwgeom.c.

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

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: