PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int gserialized1_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 203 of file gserialized1.c.
References gserialized1_box_size(), gserialized1_has_bbox(), and gserialized1_is_empty_recurse().
Referenced by gserialized_is_empty(), and test_gserialized1_is_empty().