Skip to main content
Question

with DGN file i have points and line strings with outer boundary polygon and how to make polygon with points and polygon

  • October 24, 2019
  • 2 replies
  • 12 views

with DGN file i have points and line strings with outer boundary polygon and how to make polygon with points and polygon

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.

2 replies

srg
Forum|alt.badge.img+10
  • 122 replies
  • October 25, 2019

@pranneshgeo, you will need to try out the LineBuilder to first build lines from the points and then AreaBuilder transformer for making polygons. The AreaBuilder takes a set of topologically connected linework and creates topologically correct polygon features where the linework forms closed shapes.

HTH

Happy FME-ing :-)

SRG

 


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • October 25, 2019

@pranneshgeo

 

Hi.

 

1. Select all lines (tester)

2. Linebuilder, grouped by Class (I'm assuming different colors are different objectclasses) If not, group them by color.

3 Use a Intersector or a LineOnLine Overlayer . (LineOnLineOverlayer has tolerance option, you might want that if the drawing is topologically not perfect).

If topology still not ok, use 1 snapper "endpoint" maode and (maybe) 1 snapper in "segment" mode.

4.Areabuilder.

5. Relate the points to area using a SpatialRElator where area contains point. This way you can transfer the point info to the area.

 

 

If you need example, post the (sample) data you display in the image.