The Make Feature Layer tool creates valid layers from point geometries in the Python window in ArcMap, but the tool creates an empty output if the same syntax is used in a Python IDE outside of ArcMap.
上次发布: February 17, 2017ArcGIS for Desktop
漏洞 ID 编号
BUG-000095613
已提交
April 7, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
N/A
操作系统
N/A
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Instead of putting ptG into MakeFeatureLayer, first persist it to a feature class even in_memory\. (using arcpy.CopyFeatures) then operation will be consistent.