I have line and polygon features and I want to count the number of line segments that overlap each pixel of my polygon feature. For that I am using LineOnAreaOverlayer and it is working fine.
The problem is my output. I need multiple shapefile outputs based on an attribute of the line features. Explaining better: my line features have an attribute with A, B, C, D etc. values. I want a polygon feature output for each interaction of a type of line with the polygon features. For this I have already tried @Value (line_attribute) on writer name and FANOUT. For these, my output is a polygon feature with ONLY the features that have a line segment intercepting and I need all the polygon features, even those that don't have line interactions.