AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

¡Nueva funcionalidad de WINDEV, WEBDEV y WINDEV Mobile 2024!
Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Checks whether the specified Geometry is valid within the meaning of the OGC standard.
Ejemplo
monPoly is Polygon2D = FichierCommune.RubriquePolygone
// => Vrai ou Faux selon que la variable monPoly est valide:
// points dans le bon ordre,
// pas d'intersections du contour et des trous du polygone, etc.
Trace(GeometryIsValid(monPoly))
Sintaxis
<Result> = GeometryIsValid(<Geometry>)
<Result>: Boolean
  • if 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 Receiver for spatial data
Name of the variable corresponding to the Geometry to be checked. This Geometry can correspond to one of the following variable types:
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd290hf.dll
Versión mínima requerida
  • Versión 2024
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 15/02/2024

Señalar un error o enviar una sugerencia | Ayuda local