Question

I have a layer of assets in 1 layer and another layer of assets of ours in another layer. I need to find out which assets arent touching eachother. Spatial filter? use the failed ones that come through? how do i make a new layer of the failed ones?

  • 28 March 2023
  • 1 reply
  • 0 views

I have a layer of assets in 1 layer and another layer of assets of ours in another layer. I need to find out which assets arent touching eachother. Spatial filter? use the failed ones that come through? how do i make a new layer of the failed ones?

1 reply

Badge

I think you're correct. Keep SpatialFilter predicates at default - Filter OGC - Intersects Candidate.

 

To create a new feature class of records that do not intersect (failed), add a writer and connect it to Failed.

image

Reply