Returns text stating if the geometry is valid. If not, it provides a reason why it is invalid. The function can be invoked with just the geometry or with an additional flag. The flag alters the validity checking behavior. The flags parameter is a bitfield with the following options: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.
- 0 (default): Use usual OGC SFS (Simple Features Specification) validity semantics.
- 1: “ESRI flag”, Accepts certain self-touching rings as valid, which are considered invalid under OGC standards.
Signatures
Parameters
The input geometry.
The validation flag.
Return type
A string representation.

