Skip to main content

Hello everybody,

Im trying to solve problem with analysis. I need to proceed analysis only in situation when features came from both inputs. If features will come only from one input, analysis will not be processed.

E.g. attached pic below

I want to process PointonPointoverlayer analysis only in situation when features will come from Creator and Creator_2. In situation when Creator or Creator_2 output no features, overlay analysis will not be processed.

Do You have any idea how to solve this issue please?

Thank You so much!

Lubo

Put a NoFeatureTester on each of the Readers, and connect the NoInputs ports to a Terminator, and the Input to your PointOnPointOverlayer.


Put a NoFeatureTester on each of the Readers, and connect the NoInputs ports to a Terminator, and the Input to your PointOnPointOverlayer.

Hello @jdh,

 

 

good idea 🙂 Finally, I solved problem through attribut creator and feature merger, because problem was more complexive 🙂 But thank You so much!

Reply