PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int gserialized2_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 251 of file gserialized2.c.
References gserialized2_get_geometry_p(), and gserialized2_is_empty_recurse().
Referenced by gserialized_is_empty(), and test_gserialized2_is_empty().