バグ番号 | 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