Zum Hauptinhalt gehen

How to identify a self intersecting polygon

Kommentare

1 Kommentar

  • Permanently deleted user

    Problem solved.  The SimplifyTask activity does the trick.  It fixes self intersecting geometries and allows them to add to a polygon feature class as a single polygon (self-intersecting).  As a bonus, it also fixes counterclockwise drawn polygons which return negative areas using the areasAndLengths task activity and returns positive areas.  So instead of capturing self-intersecting polygons, if that is the intent of the user is to create one, converting all user sketched polygons using the SimplifyTask activity at least forces the polygon to be legal.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.