So I have a pretty intense SQL function which I'm trying to conver into FME (for ease of maintenance). But I'm struggling to find a transformer which performs the same task as PostGIS' ST_Intersection.
I have a buffered road and I'm trying to overlay a road from a different datasource, and calculate the length of intersection. I've found spatial relator, but this only allows me to test whether or not there was a relationship, not the length of such a relationship.
Any help would be great.
Cheers
Hugh