Hi all,
My situation contains two phases. First one is inserting lines into SQL Server as WKB from GML dataset. Because these lines are polylines on GML, I chop them to make single sigments keeping original attributes. Now, In second phase, I need to return these lines back to GML from SQL Server. From 15418 input lines, I get 50910 to be inserted into table. By using LineJoiner and grouping by all attributes, I want to get 15418 lines for writing into GML. Insted of that number, I'm getting 15555. What is going on here?
Is there some other way to make such line for GML Writer instead of using LineJoiner?
Thanks!