Skip to main content
Solved

How to start analysis only in situation when features came from both input?

  • July 12, 2018
  • 2 replies
  • 30 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

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

Best answer by jdh

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

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.

2 replies

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • Best Answer
  • July 12, 2018

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


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 165 replies
  • July 19, 2018

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!