i have lines and i have polygon
my question that i would like to find which line intersects with polygon and which lines crosses with polygon
so i have transformed polygon to lines by geometry coercer then i used spatial filter ,predicate crosses
and another time i used spatial filter with predicate intersect
Ā
but i have found that the output in passed port even if i have chosen predicate cross or intersect ,i get this line in output
Ā
why did this line appear when i choose predicate intersect ,because no intersection point between line and polygon .
Ā
i would like to have it only when i use predicate cross .
i hope someone has idea for me
Ā
Ā
FME 2020