Question

GeometryValidator fatal error

  • 6 July 2017
  • 1 reply
  • 1 view

Badge

Hallo People, by using GeometryValidator (Self intersections in 2D) FME 2016.1 get an error and Translation fails. Do you have any idea - why? (shape with polygones are attached) Do you have an idea: how can i identify such a polygones to filter from the whole amount of data? As i can see: These are the Polygons with fme_geometry=fme_aggregates and have also fme_donut inside. But i have but this variation also another polygones, which going without error through GeometryValidator.

Here is the error message:

While detecting the issue 'Self-Intersections in 2D', GeometryValidationFactory encountered a fatal error

Thank you!

1 reply

Userlevel 4

Was able to reproduce with FME 2017.0, so you should report this to Safe support as a potential bug.

For this particular case, it seems you can work around the problem by inserting a Deaggregator and a DonutHoleExtractor before the GeometryValidator.

Reply