Skip to main content
Solved

Using AreaOnAreaOverlay. are there any parameter to provide higher or lower value resulting attribute(accumlation mode) where the polygon overlap?

  • September 30, 2016
  • 3 replies
  • 14 views

Using AreaOnAreaOverlay. are there any parameter to provide higher or lower value resulting attribute(accumlation mode) where the polygon overlap? I only see only options: drop, merge, 1st. Need help and guidance.

Best answer by takashi

Hi @shihg, I don't think the AreaOnAreaOverlayer has an option to do that, but if you check the "Generate List" checkbox and specify a list name in the AreaOnAreaOverlayer parameters, the ListRangeExtractor might help you to retrieve the min and max of attribute values stored in a list component.

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

takashi
Celebrity
  • Best Answer
  • October 1, 2016

Hi @shihg, I don't think the AreaOnAreaOverlayer has an option to do that, but if you check the "Generate List" checkbox and specify a list name in the AreaOnAreaOverlayer parameters, the ListRangeExtractor might help you to retrieve the min and max of attribute values stored in a list component.


  • Author
  • October 3, 2016

Appreciated your quick response. I am uncertain what the next steps should be after the generated list so the MAX value correlates toward the overlapping polygon. Thank you in advance for your help.


takashi
Celebrity
  • October 4, 2016

Appreciated your quick response. I am uncertain what the next steps should be after the generated list so the MAX value correlates toward the overlapping polygon. Thank you in advance for your help.

For example, if you set "AOA_list{}.MPH" to the "Source List Attribute" parameter in the ListRangeExtractor, the transformer retrieves the min and max of MPH for each overlap area.