|
|
|
|
|
GeometryIsValid (Function) In french: GéométrieEstValide Checks whether the specified geometry is valid according to the OGC rules. myPolygon is Polygon2D = MunicipalitiesFile.PolygonItem
Trace(GeometryIsValid(myPolygon))
Syntax
<Result> = GeometryIsValid(<Geometry>)
<Result>: Boolean - True if the geometry is valid,
- False otherwise.
If an error occurs, the ErrorOccurred variable is set to True. To get more details on the error, use ErrorInfo with the errMessage constant.
<Geometry>: Variable containing spatial data Variable corresponding to the geometry to be checked. This geometry can correspond to one of the following variable types: Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|