Installing the 'Shapefile crash on open' Patch, the ArcGIS 10.2 for Server Security Patch, or the Landsat 8 Patch for ArcGIS 10.2 for Server causes the arcpy.Describe function to return Null or None for the extent object.
上次发布: August 25, 2014ArcGIS for Server
漏洞 ID 编号
NIM097252
已提交
December 10, 2013
上次修改时间
April 2, 2025
适用范围
ArcGIS for Server
找到的版本
10.2
操作系统
Red Hat Enterprise Linux
操作系统版本
5 64 Bit
修正版本
10.2.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Print the extent of the Minimum Boundary Geometry tool:For example:geom = arcpy.MinimumBoundingGeometry_management(copy_pts, arcpy.Geometry(), "ENVELOPE", "ALL")[0]arcpy.AddMessage(str(geom.extent))