Translating Annotations with FME

المشرف العام

Administrator
طاقم الإدارة
There is a situation where I have annotation in dgn file as an attribute info, eg: it is circumference of trees trunk. I have a feature class in esri file geodatabase named ‘tree’ which has an attribute ‘tree circumference’. Is it possible to copy these annotation values into the appropriate field of attribute table of feature class (point). Below is the picture of annotation layer and tree layer in dgn file. Here the ellipses and arcs are already converted into esri point feature class. Now the annotations associated with them are to be copied in attribute table. Is this possible with FME ? How ?



Result of match from NeighborFilter (max dist = 5)



Possible solution is :

Use Sorter with 'min'. Next, to separate the first item(ie: minimum distance value) from the rest use DuplicateRemover. Since we dont need any values other than the nearest, use AttributeCreator to change them to blank.





أكثر...
 
أعلى