Hi,
I have a annotation class in a file geodatabase. I want to convert it to a polyline or point in a file geodatabase. I could not fine any transformers in FME.
I really appreciate your assistance.
Hi,
I have a annotation class in a file geodatabase. I want to convert it to a polyline or point in a file geodatabase. I could not fine any transformers in FME.
I really appreciate your assistance.
Hi
If you inspect your annotation features in FME you may find that in the Feature Information window the fme_geometry may already be set to line or point and the fme_type would be set to text. This can be advantageous to you because all you might have to do to write out your annotations as points or lines is setting that as your geometry in the GDB Writer Feature Type and making sure that you expose your text as an attribute before writing.
Let me know if this makes sense, or if you have additional questions!