I'm trying to linejoin the linework in a map I'm working on. There are many segmented lines, which should be uniform lines. I work in Geology and the linework I'm working on represents Faults and Contacts. I only want lines to join where three attributes are the same (I dont want specific types of faults/contacts joining lines or faults and contacts to join lines etc.).
For example, I would want where feature_class = Fault, feature_type = Sinstral Fault and feature_confidense = Approximate to join lines,
However, I would not want these lines to join lines with feature_class = Fault, feature_type = Sinstral Fault and feature_confidense = Inferred as the feature_confidense is different.
In total I have 40 different possible combinations of these three attributes I want to linejoin only within their own combination.
I've developed a method to individually seperate the different possible combinations of these three attributes manually in my mapping program and linejoin them individually, however, it is time consuming, tedious and has a high margin for error. If anyone has any suggestions of how I could do this without having to individually seperate the layers and by using tools in FME(or any other suggestions) it would be much appreciated!
Thanks for the help!