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

◆ gserialized_from_lwgeom_size()

size_t gserialized_from_lwgeom_size ( const LWGEOM geom)

Return the memory size a GSERIALIZED will occupy for a given LWGEOM.

Calculate required memory segment to contain a serialized form of the LWGEOM.

Definition at line 259 of file gserialized.c.

260{
262}
size_t gserialized2_from_lwgeom_size(const LWGEOM *geom)
Return the memory size a GSERIALIZED will occupy for a given LWGEOM.

References gserialized2_from_lwgeom_size().

Here is the call graph for this function: