Hello,
I want to use Point on area overlay transformer but it does not work and I don't know why. As You can see here some points are overlaying the buffer I created but output is collapsing.
Hello,
I want to use Point on area overlay transformer but it does not work and I don't know why. As You can see here some points are overlaying the buffer I created but output is collapsing.
Best answer by david_r
If you define the coordinate columns when creating the CSV reader, FME will try it's best to convert the X/Y values to point geometries. However, if it fails on one or several features, those features will still be output, but with a NULL geometry.
Since the PointOnAreaOverlayer doesn't accept NULL geometries, they exit through the <Rejected> port, and therefore terminating your translation.
When you use the VertexCreator as you do in your screenshot here, you're effectively filtering away those features where the X/Y values are invalid, and as a consequence you no longer get any errors on the PointOnAreaOverlayer.
I hope that makes sense.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.