PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int gserialized_is_empty | ( | const GSERIALIZED * | g | ) |
Check if a GSERIALIZED is empty without deserializing first.
Only checks if the number of elements of the parent geometry is zero, will not catch collections of empty, eg: GEOMETRYCOLLECTION(POINT EMPTY)
Definition at line 152 of file gserialized.c.