In SQL Server, the 'SHAPE.Length()' and 'SHAPE.Area()' fields generate an error while attempting to create reports in ArcMap due to the parentheses in the field name.
上次发布: April 29, 2016ArcGIS for Desktop
漏洞 ID 编号
BUG-000095827
已提交
April 18, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
N/A
操作系统
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Currently, there are no plans to address this issue.
解决办法
1. Add a query layer in ArcMap by going to File > Add Data > Add Query Layer.2. Type in the following query: select *, SHAPE.STLength() AS LENGTH from <table_evw>.