My client currently uses autoCAD map and they store the data into oracle spatial DB.
My mission is to translate text to annotation.
Apparently autocad stores the TEXT in a field , justification in a field and coordinate using points and line.(Oracle Spatial DB). When I use geometry filter on text data, I will get point and lines, !NOT Text
My solution
1) I extract out the text using a series of textadder,coordinator extractor, rotation and setting geodb_v_align and geodb_h_align.
They result is close but not perfect. There is still some alignment issue and text size.
The most irritating part is, when I open the original data using autocad and export them into a .dmg file and use esri toolbox(cad to geodatabase)
the output of those text are perfect.
---------------------------------------------------------------------------
May I know is there a solution in FME to extract out this text perfect like how esri toolbox does?
Any hints will be greatly appreciated.