In order to get a GML formatted string, which I need for later XML/GML writing, I use the GeometryExtractor transformer with variant GML v3.2.1.
So far so good.
My problem is that it in many cases it creates Geometry of type <gml:LineString ...> and for reasons I cannot influence (German NAS Standard ;-()
in many cases I need to get geometry of type <gml:CompositeCurve ...> otherwise it will NOT validate ....
In GeometryExtractor I don't see an option which allows me to control this.
Any ideas out there how to solve this problem ?
Thanks
Michael