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

◆ gserialized_get_type()

uint32_t gserialized_get_type ( const GSERIALIZED g)
extern

Extract the geometry type from the serialized form (it hides in the anonymous data area, so this is a handy function).

Definition at line 118 of file gserialized.c.

119{
121 return gserialized2_get_type(g);
122 else
123 return gserialized1_get_type(g);
124}
uint32_t gserialized1_get_type(const GSERIALIZED *g)
Extract the geometry type from the serialized form (it hides in the anonymous data area,...
uint32_t gserialized2_get_type(const GSERIALIZED *g)
Extract the geometry type from the serialized form (it hides in the anonymous data area,...
#define GFLAGS_GET_VERSION(gflags)
Definition gserialized.c:41
uint8_t gflags
Definition liblwgeom.h:446