Ultimately I want to attribute each of the lakes with fields from one stream. There are several streams that intersect each lake. For each lake I want to choose the one stream with the highest HortonOrder and merge the attributes of this chosen stream with the lake.
So far i've used SpatialFilter to obtain the streams that intersect the lakes.
I hope someone can help me figure out the next few transformers needed to achieve what I have described. Many Thanks.