I have some business logic we process to obtain the geodb_v_align & geodb_h_align for esri annotation.
I usually match it to the writer directly by exposing those columns.
but now I need to set those columns first before I filter them into individual layer and link them to the individual layer.
How can I do that?
Reason: I do wish to link each value manually to its corresponding writer. ( alot of work) and of cos for code neatness, I wish to ecapsulate the logic.