PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
void lwpoly_release
(
LWPOLY
*
lwpoly
)
Definition at line
195
of file
lwpoly.c
.
References
lwgeom_release()
, and
lwpoly_as_lwgeom()
.
196
{
197
lwgeom_release
(
lwpoly_as_lwgeom
(lwpoly));
198
}
lwpoly_as_lwgeom
LWGEOM * lwpoly_as_lwgeom(const LWPOLY *obj)
Definition:
lwgeom.c:239
lwgeom_release
void lwgeom_release(LWGEOM *lwgeom)
Free the containing LWGEOM and the associated BOX.
Definition:
lwgeom.c:328
Here is the call graph for this function:
liblwgeom
liblwgeom.h
Generated by
1.8.9.1