We have an Oracle (Locator) Database, where we have stored geometric objects that were generated through Microstation. The database also contains attributes pertaining to the symbology of the objects. These attributes are:
- a style column which contains a number
- an angle column, which is set to 0 for non- point geometries
- X-scale column, which is set to 0 for non point-geometries
-Y- scale column, which is set to 0 for non point-geometries
-a cellname column, which is null for non point geomtries, but contains the name of the DGN cell/symbology used for point geometries
Posting these attributes to another database (PostGIS for example) is not a problem. However, when reading this database in another (GIS) application, how do I get to see the same symbology?
Is it something I need to set in the FME workspace, by setting somewhere that these attributes need to be interpreted as special symbology attributes? Or is it something I need to set within the GIS application itself?
How do I even go about it?