isEmpty
Returns whether the geometry is empty. If the geometry or any component is non-empty, the geometry is non-empty. An empty geometry has no boundary or interior.
Parameters
Name | Type | Description |
---|---|---|
geometry | Geometry | The geometry to check |
Returns
boolean
true
when geometry is empty, false
otherwise