漏洞编号 | NIM077831 |
已提交 | Feb 03, 2012 |
Modified | Jun 11, 2020 |
严重性 | Low |
应用于 | ArcGIS for Desktop |
找到的版本 | 10.0 |
程序语言 | N/A |
服务器平台 | Windows XP |
客户端平台 | Windows XP |
数据库 | N/A |
区域设置 | N/A |
状态 | Not in Current Product Plan |
修正版本 | |
SP 修复 |
漏洞 NIM077831
摘要
Ordering fields for attribute field, for use within a KML file, are not followig the order within ArcGIS Explorer.
附加信息
KML is created based off the objectID of the features
备用解决方案
See the topic on creating KML: <a href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00s200000009000000" target="_blank">http://resources.arcgis.com/en/help/main/10.1/index.html#//00s200000009000000</a>
The best method to control the ToC view would be to group similar features into a folder. You can add a new field called "FolderPath" then calc an appropriate folder for similar features.
BuildType =1 > FolderPath = 'buildings / 1'
BuildType =2 > FolderPath = 'buildings / 2'
BuildType =3 > FolderPath = 'buildings / 3' ..etc