Skip to main content

Hi everybody.

I try to make a buffer only with parallel of line, because the transformer bufferer make a complete buffer with start/end line vertex.

So I try this

but I've a problem with the AreaBuilder who doesn't make area...

Do you think this is a good method ?

Hi @lalandexavier, the AreaBuilder requires that input lines properly connected at thier end nodes. Try inserting the Intersector between the LineExtender and the AreaBuilder.

By the way, why not use the Bufferer (End Cap Style: None)?


Hi @lalandexavier, the AreaBuilder requires that input lines properly connected at thier end nodes. Try inserting the Intersector between the LineExtender and the AreaBuilder.

By the way, why not use the Bufferer (End Cap Style: None)?

Dear Magic @takashi , this is a perfect way, thank you very much !

 

For the bufferer, I would like to do with this transformer but I don't find this option

 

 


Hi @lalandexavier, the AreaBuilder requires that input lines properly connected at thier end nodes. Try inserting the Intersector between the LineExtender and the AreaBuilder.

By the way, why not use the Bufferer (End Cap Style: None)?

The 'None' option for the 'End Cap Style' parameter should exist in the Bufferer. If the option is missing in the localized FME (French?), please contact the localizer.

 


Reply