Using the Find tool to look for intersections with a slash (/) intersection connector against a composite locator returns slower results compared to other intersection connectors (ie. & @ |)
最後に公開された状態: May 27, 2016ArcGIS for Desktop
不具合 ID 番号
BUG-000096205
送信されました
May 2, 2016
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.2
オペレーティング システム
N/A
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Please use a different intersection connector.
対処法
Open the existing locator.xml file and search for <def name="NumSeparator">. In this definition, comment out the one that has the “/”, such as:
<def name="NumSeparator">
<alt>-</alt>
<alt>#</alt>
<!-- <alt>/</alt> -->
</def>
In addition, to apply the same change to all locators that are built, go to the Locators folder in the ArcGIS Install directory, and make the same edit to the USAddress.lot.xml file.