Hi. I have a geodatabase with lots of overlapping polygons and line features. Each polygon has two line features which lie totally within it but also parts of other lines. How can I select only the lines which are totally contained within each polygon? I've tried the LineOnAreaOverlayer but this chops up the lines into smaller segments based on the overlapping polygons which is not what I'm looking for.
Solved
Finding lines within polygons
Best answer by ebygomm
You could try a spatialfilter, spatialrelator or the clipper transformers
Spatialfilter - areas going into the filter port, lines into the candidate port with the tests to perform set to contains will only output lines completely within an area.
Clipper - areas go into the clipper port, lines into the clippee then test for unclipped features coming out the inside port.
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.
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.


