Hi Mcdonnell,
Thanks for the question and example. I can confirm that we do in fact support writing xlink_href referenced geometry with orientable surfaces with our citygml writer. For more on how to do this see the "CityGML Options
> Use xlink_href Traits for Geometry References" section at:
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/CITYGML_writer.htm
If you expand this section you will see a discussion about this:
"Including the gml_geometry_reversed boolean trait with a Yes value along with the xlink_href trait causes the writer to output an OrientableSurface with a base surface geometry reference. "
Please let us know if you need help getting this to work. Note that if you have some example data with xlink_href orientable surface geometry, you could try reading this in to see how exactly FME structures the geometry and traits which might make it easier to understand how to compose similar output for the writer.
Here's another great resource to help you with writing CityGML:
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/Tutorial/writing_citygml_from_fme.htm
Regards,
Dean
Hi Mcdonnell,
Thanks for the question and example. I can confirm that we do in fact support writing xlink_href referenced geometry with orientable surfaces with our citygml writer. For more on how to do this see the "CityGML Options
> Use xlink_href Traits for Geometry References" section at:
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/CITYGML_writer.htm
If you expand this section you will see a discussion about this:
"Including the gml_geometry_reversed boolean trait with a Yes value along with the xlink_href trait causes the writer to output an OrientableSurface with a base surface geometry reference. "
Please let us know if you need help getting this to work. Note that if you have some example data with xlink_href orientable surface geometry, you could try reading this in to see how exactly FME structures the geometry and traits which might make it easier to understand how to compose similar output for the writer.
Here's another great resource to help you with writing CityGML:
https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/citygml/Tutorial/writing_citygml_from_fme.htm
Regards,
Dean
Many thanks for the reply.
Sometimes we look for the solution all over the internet while the answer is in the first source of consultation that we should be looking for. Just select the gml_geometry_reversed attribute together with the xlink_href in the GeometryPropertySetter. I tested it and everything worked out. Problem solved!
Mcdonnell