Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Function: geoIsValid(Geometry left)

Tests whether the left Geometry geometry is topologically valid, according to the OGC SFS specificationspecifications.

If passed a string the geometry functions will automatically convert it into a geometry object.

Syntax

geoIsValid( "Well Known Text") 

...

Returns a Boolean true if the Geometry geometry is topologically valid, according to the OGC SFS specificationspecifications.


See Also