Skip to main content
Question

Geometry error in Arcmap

  • May 7, 2018
  • 5 replies
  • 14 views

f.kemminje
Contributor
Forum|alt.badge.img+11

Hi Team

I created the complex polygon from utility map(buffered the line geometries and dissolved the buffered polygon). I am able to write to oracle spatial table. able to open in fme viewer. But when i consume this table in arcmap it gives geometry error msg saying that "one or more layers failed to draw".

and not rendering in arcmap. the polygon looks like the image in the attachment.

Please help.

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.

5 replies

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • May 7, 2018

Hi @fkemminje Do any of the inner shells touch (intersect) the outer shell?


f.kemminje
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 189 replies
  • May 8, 2018

@DanAtSafe

May be, I dont know.

if it is there how to repair it?


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • May 8, 2018

@DanAtSafe

May be, I dont know.

if it is there how to repair it?

@fkemminje Test with a GeometryValidator, or split the shells apart with a DonutHoleExtractor and pass those into an Intersector.

 


f.kemminje
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 189 replies
  • May 9, 2018

But Dan I am finding different types of problems

self intersectors

many points within tolerance

redundant points

etc..

I want to fix all the geometry errors


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • May 9, 2018

But Dan I am finding different types of problems

self intersectors

many points within tolerance

redundant points

etc..

I want to fix all the geometry errors

Hi @fkemminje You should be able tor repair with the GeometryValidator as well. Try FME 2018.1 beta if possible https://www.safe.com/support/support-resources/fme-downloads/beta/ The GeometryValidator can now remove duplicate vertices within a tolerance.