I clip a PointCloud with some rectangle (after I used a PointCloudThinner) and send the clipped result into a TINGenerator.
What I get for some features is an Error which breaks my translation.
Reason seems clear to me, because in one example I have a row of 9 points on a straight line and there is no way to calculate a TIN from this input.
My problem: TINGenerator doesn't have a Rejected port and how should I know in advance which features will break the translation ?
GeometryValidator doesn't seem to have a useful option for this kind of check ?