Hello all,
While I have been testing how cartography works in defense mapping, I found the difference in TM.gdb and TDS.gdb schemas.
When I ran the "extract data" step in the workflow manager, all TDS data seemed to be converted and copied into TM.gdb's BM (BaseMap) feature dataset. However, the TDS data were not copied and converted when I ran the Extract Data by JobAOI geoprocessing tool outside of the workflow manager by myself, saying that the TDS feature classes were copied in TM.gdb but not in BM feature dataset as it had to be in the workflow manager.
This was the first time I got curious of why. So, I opened up feature classes in TM and TDS geodatabases respectively. For example, AgriculturePoints feature class in TDS.gdb and in TM.gdb. As expected, some fields that were used to be in TDS schema were no longer shown in TM schema and were newly made in TM schema.
As an example, AgriculturePoints had DMT, TRE, VSP, VSP2, VSP3, ZI013_CSP, ZI013_CSP2, ZI013_CSP3, ZI013_FFP, ZI013_FFP2, and ZI013_FFP3 fields in TDS but not in TM. Also, this feature class got new fields in TM such as ABO_Rotation, CBO_Offset, CBO_OffsetX, CBO_OffsetY, CBO_Rotation, HIERARCHY, and ISVISIBLE.
Here are the questions then.
1. What happens to the fields that are used to be in TDS schema but no longer existing in TM schema? If the fields are missed after converted from TDS to TM, would those fields values be gone and not be used in symbology Arcade queries and definition queries in TM layout?
2. How would the newly added fields like ABO_Rotation and CBO_Offset in TM schema be used? Should the field values be modified by manually or by geoprocessing tools?
If anyone knows some exact answers for the questions, please feel free to make responses 🙂
Thank you!