R4414A2.lazhello every one
My name is Maher I am student at University of Oulu Finland
Now I am Working on modeling 3D City Model using FME .
I have a GML file that have the information of buildings and everything .
However I want to store the Building information from the gml file to a text file . And the data should be like
<height> <number of corner> <coordinates of vertice1> <coordinate of vertice2>.........................<coordinate of verticeN>
for each building I should have a line of information like this .
Could someone help me to achieve this structure