Skip to main content

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.

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