Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt

Use this file to discover all available pages before exploring further.

Test if a geometry is empty geometry ST_IsEmpty

Signatures

ST_IsEmpty (A: Geometry)

Parameters

A
Geometry
required
The input geometry.

Return type

Returns true or false.

Example

SELECT ST_IsEmpty(ST_GeomFromWKT('POLYGON((0 0,0 1,1 1,1 0,0 0))'))
false