Skip to main content
Solved

Aggregator producing bad geometry

  • June 16, 2015
  • 1 reply
  • 301 views

I have a problem with the Aggregator transformer producing invalid geometry. A shapefile with 4 polygons is initially passing through a Geometry Validator (all tests) and are all passing. An Aggregator transformer is then used to merge them and an identical Geometry Validator after this is finding un-repairable self-intersections in the geometry and therefore failing my workspace. Has anybody had this issue before?

 

 

The Aggregator has default values set apart from grouping the 4 polygons by an attribute.

Best answer by takashi

Hi,

 

 

Probably the polygons are overlapped each other. If you allow that, uncheck OGC issues of the GeometryValidator. Otherwise, you may have to fix the polygons not to overlap.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • June 16, 2015
Hi,

 

 

Probably the polygons are overlapped each other. If you allow that, uncheck OGC issues of the GeometryValidator. Otherwise, you may have to fix the polygons not to overlap.

 

 

Takashi