Question

How to create a layer that intersects two attributes by dates?

  • 11 May 2021
  • 1 reply
  • 1 view

Hi all,

 

I have one polygon feature class.

 

I am trying within this feature class to show clashes of polygons by specific dates.

 

What would be the best way to perform this and update this in real time? We have a editable feature layer and when user performs an update, i was hoping FME might be able to then show update of the clash on the map of the polygon. Is that possible?

 

I was considering use spatialfilter to do this but can't seem to work out the dates.


1 reply

Badge +4

Hi cardiofaz,

have you try the AreaOnAreaOverlayer? The column _overlaps show you the count when you group by the date. To get real time updates you need a FME Server/Cloud.

Reply