Hi,
I have 2
lines which overlap. Every line has start width and end width.
Ex: line_id_1
with start_width 1m, end_width 5m, from
measure 0 to measure 100
Line_id_2 with
start_width 2m, end_width 4m, from
measure 50 to measure 80
I’m using LineOnLineOverlayer
to get 3 events from measure 0 to measure 50 and from measure 50 to measure 80
and from measure 80 to measure 100.
What I need
is to have the width of line_id1 from measure 0 to measure 50, also width from
measure 50 to 80 and finally width from for the line_id_1.
I used LineOnLineOverlayer,
then listIndexer, then MeasureExtractor and then aggregator (the Aggregator is
to get the information that I have 2 events from 50 to 80).
It is not
important to use the same approach, if there is another solution to do the overlap
between the 2 lines.
thanks