Hey guys, i really struggle to write my geometry to the RunwayTimeSlice Element of the AIXM 5 writer of FME. After the GeometryExtractor i got a string looking like this:
<gml:Surface srsName="EPSG:31467" srsDimension="2"><gml:patches><gml:PolygonPatch><gml:exterior><gml:LinearRing><gml:posList>5544321.76358795 3466140.39319303 5544321.79681692 3466111.70099084 5544321.79831432 3466110.40802792 5544321.8330376 3466080.42553198 5544021.7716845 3466080.40979097 5543896.905 3466084.247 5542896.762 3466080.481 5540345.41046032 3466080.53414733 5540345.41261875 3466140.53829729 5542896.8 3466140.46 5543901.789 3466140.512 5544021.76302164 3466140.39707783 5544321.76358795 3466140.39319303</gml:posList></gml:LinearRing></gml:exterior></gml:PolygonPatch></gml:patches></gml:Surface>
which should be the right format for the gml geometry. But when i try to write it in the surfaceProperties Attribute of the writer nothing happens.
The gml-file still hast no geometry beside the boundingBox which is declared in Runway element of the writer. I will uplaod my workspace in hopes that someone can explain to me what i am doing wrong, because it really drives me crazy. Thank you for your helps in advance!
Small Edit: I also looked at all examples for writing to AIXM there is but still dont get it, so no need to refere the examples to me, thank you!