I needto check visibilities between a set of 3d-points. Therefore I created 3d-lines from pairwise 3d-points and tried to check for 3d intersections between the generated 3d-lines and 3d-surfaces/a DEM (WallSurfaces of a CityGML model). I used the SpatialRelator and SpatialFilter, but it seems, as if those transformers just work in two dimensions, because there were intersections detected, altough there is none in 3d?!
All I need is the information, if the input-lines intersect one or more surface(s) or the DEM and not which part of the DEM/which surface is intersected.
Thanks