Skip to main content
Solved

Creating individual polygons

  • March 12, 2020
  • 3 replies
  • 29 views

dszarka
Contributor
Forum|alt.badge.img+1

I have two MicroStation Files, one is a parcel map with parcel numbers inside each parcel polygon. The second file is a right of way polygon that intersect the parcels. How do I create individual parcel polygons of just the right of way intersections and attribute each polygon with the parcel number?

Best answer by daveatsafe

Hi @dszarka,

You can attribute the parcel polygons with the parcel number using PointOnAreaOverlayer transformer, with Attribute Accumulation set to Merge Attributes. After this, you can use a Clipper transformer to clip the attributed parcels by the right of way 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.

3 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • March 12, 2020

Hi @dszarka,

You can attribute the parcel polygons with the parcel number using PointOnAreaOverlayer transformer, with Attribute Accumulation set to Merge Attributes. After this, you can use a Clipper transformer to clip the attributed parcels by the right of way polygon.


dszarka
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 8 replies
  • March 13, 2020

Hi @dszarka,

You can attribute the parcel polygons with the parcel number using PointOnAreaOverlayer transformer, with Attribute Accumulation set to Merge Attributes. After this, you can use a Clipper transformer to clip the attributed parcels by the right of way polygon.

Thank you for your suggestions. I was able to almost accomplish what I wanted to do. The thing that I'm still struggling with is how to write out only the polygons and parcel numbers that have an overlap of 2.


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • March 13, 2020

Thank you for your suggestions. I was able to almost accomplish what I wanted to do. The thing that I'm still struggling with is how to write out only the polygons and parcel numbers that have an overlap of 2.

Hi @dszarka,

You can test the value of the _overlaps attribute in a Tester transformer.