Hello world,
Okay so I have a layer of highway resurfacing schemes, every scheme is represented by a polygon and contains the usual attributes including a USRN (unique street reference number). I also have a polyline dataset of highway centerlines, every centerline has a USRN. If I cut the highway centerline dataset using the clipper transformer using the polygon dataset as the clipper, outputs a clipped line dataset with the merged attributes. As centerlines from intersecting roads are also included I can exclude these by a simple query where USRN <> clipped_USRN and run a total length calculation.
However the polygons from the highway resurfacing scheme layer overlaps in places and the clipper only outputs a single level i.e. it doesn't stack/duplicate lines (one for each scheme) and the merged attributes contains only the details from one scheme. Anybody have the solution to this problem? I've tried tweaking the parameters and tried pushing the clipped centerline files into a spatial relator but no luck so far. Also tried the CentreLineReplacer with no luck.