Skip to main content

GEO_ISVALID

Checks whether a geometry is valid

Updated today

Description

The GEO_ISVALID() function validates whether a geometry is topologically valid and returns TRUE or FALSE

Syntax

GEO_ISVALID(geometry)

Output

boolean

Variables

  • geometry: The geometry to validate.

Example

GEO_ISVALID(`territory`)

Territory

Geo Is Valid

Territory A

True

Territory B

False

Did this answer your question?