PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
void lwpoint_release
(
LWPOINT
*
lwpoint
)
Definition at line
223
of file
lwpoint.c
.
References
lwgeom_release()
, and
lwpoint_as_lwgeom()
.
224
{
225
lwgeom_release
(
lwpoint_as_lwgeom
(lwpoint));
226
}
lwgeom_release
void lwgeom_release(LWGEOM *lwgeom)
Free the containing LWGEOM and the associated BOX.
Definition:
lwgeom.c:328
lwpoint_as_lwgeom
LWGEOM * lwpoint_as_lwgeom(const LWPOINT *obj)
Definition:
lwgeom.c:254
Here is the call graph for this function:
liblwgeom
liblwgeom.h
Generated by
1.8.9.1