In ArcMap 10.1, Layer Properties > Symbology > Categories > Match to Symbols in a Style function, does not accurately symbolize a *.style file if the style is based on a numeric field.
上次发布: August 31, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM085042
已提交
September 20, 2012
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.1
操作系统
Windows OS
操作系统版本
7 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
Use a text field to create the .style file. When loading the .style file on the Symbology tab of the Layer Properties window, be sure to select the text field from the Value drop-down menu.Add a sequential numeric attribute to the feature class:1) Use the Frequency tool, Specify a unique identifier as the frequency field. The defaults will be fine for the rest.2) Add the frequency table to the display.3) Open the frequency table and add a short integer field, let's call it NUMBER for now.4) Calculate the NUMBER field to equal the OID in the frequency table.5) Right-click the frequency table and join it to the feature class based on the unique field used in frequency.6) Export the joined frequency table to make the join permanent.7) Add the exported table to the display.8) Remove all fields from the joined table except the unique identifier field and the NUMBER field.9) Right-click the feature class and join the latest edition of the joined frequency table (the one with only a couple of fields).10) You can now symbolize based on the sequential NUMBER field.