I have a workspace that translates Microstation DGN into ESRI Geodatabase and found problems in one of the last transformations that involves SpatialRelator/SpatialFilter.
The Microstation file contains some 3D models and areas/polygons. Generally, each 3D Model should have a corresponding area polygon. If the corresponding area is found for the 3D model (i.e. they intersect) then some attributes are transferred to link the two features. There are also cases where 3D model is missing the corresponding polygon – potential errors I want to find that actually exist in the dataset I attach.
I am trying to test for the above using the FME SpatialRelator/SpatialFilter but they do not seem to work at the moment the way I would expect. Basically, FME does not think features Intesect or OverIap. I tried using different “Test to Perform” parameters, i.e. Intersect, Contains, etc. but so far with little luck.
The Spatial Join tool from within ESRI ArcGIS does exactly what I am looking for in FME.
Did anybody had similar experience with the SpatialRelator or SpatialFilter?
Your help much appreciated.
Thanks
Magda