Skip to main content

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

NameTypeDescription
geometryGeometryThe geometry to check

Returns

boolean

true when geometry is empty, false otherwise

Examples