PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
lwpoint_release()
void lwpoint_release
(
LWPOINT
*
lwpoint
)
Definition at line
256
of file
lwpoint.c
.
References
lwgeom_release()
, and
lwpoint_as_lwgeom()
.
257
{
258
lwgeom_release
(
lwpoint_as_lwgeom
(lwpoint));
259
}
lwgeom_release
void lwgeom_release(LWGEOM *lwgeom)
Free the containing LWGEOM and the associated BOX.
Definition:
lwgeom.c:421
lwpoint_as_lwgeom
LWGEOM * lwpoint_as_lwgeom(const LWPOINT *obj)
Definition:
lwgeom.c:303
Here is the call graph for this function:
liblwgeom
lwpoint.c
Generated by
1.8.13