Hi @jorge_rosales
This article may be helpful: Working with Geodatabase Feature-Linked Annotation
Please let me know if this helps! I’m also happy to answer any questions you have.
Crystal
Hi @crystalatsafe
FME allows me to access the features and their labels without problem, but what interests me is knowing the "geodatabase schema", that is, if through some attribute I can know that a certain kind of relationship (C04_EjesVia_LS_Rel) links an annotation class (A04_EjesVia_LS) with a feature class (C04_EjesVia_LS).
Hi @jorge_rosales
I'm sorry for the late response.
I would recommend looking at the Geodatabase in ArcGIS. Inspecting the Relationship class should allow you to see the Origin and Destination Name, the two feature classes that make up the Relationship Class.
Alternatively, you could run an ArcPy tool that will likely tell you what feature classes make up a relationship class. Here is some documentation about the describe function: Relationship Class properties.
Finally, if the Relationship class is in an SDE Geodatabase, you can most likely query the back-end database to determine which feature classes belong to that relationship. Then, I think you would just need to determine whether one of the feature classes is annotation.
I hope this helps!
Crystal