Null geometry—The record will be deleted from the feature class. To keep records with null geometry, uncheck Delete Features with Null Geometry (use the KEEP_NULL option on the delete_null parameter in Python). Short segment—The geometry's short segment will be deleted. Incorrect ring orderi...
可能无法使用 ArcGIS 工具修复与企业级数据库中存储的数据相关的某些问题。 执行修复后,此工具将重新评估所得几何,如果发现了其他问题,将执行该问题的相关修复。 例如,修复具有Incorrect ring ordering问题的几何结果可能会导致具有Null geometry问题的几何。
ImportToolbox(r'C:\Program Files (x86)\ArcGIS\EsriProductionMapping\Desktop10.3\ArcToolbox\Toolboxes\Production Mapping Tools.tbx') # Check out Production Mapping license arcpy.CheckOutExtension("Foundation") # Set environment worksp = "C:\data\RepairBadGeometry.gdb" # Define variables inPoly1 ...
Repair Geometry (Data Management)—ArcGIS Pro | Documentation Here is the sample script directly from the Esri documentation. # Description: # Goes through the table generated by the Check Geometry tool and does # the following # 1) backs-up all features which will be ...
Null geometry - フィーチャクラスからレコードを削除します。NULL ジオメトリを含むレコードを保持するには、[NULL ジオメトリを含むフィーチャを削除] をオフにします (Python の KEEP_NULL パラメーターの delete_null オプションを使用します)。 Short segment - ジオメトリの短い線分を...
After the data is loaded, run the Check Geometry tool to identify geometry issues. If there are issues, run the Repair Geometry tool. Repair may be necessary due to the new, correct spatial reference properties revealing underlying issues in the geometry.In...
A self-intersection at either the start or end point of a line feature may be considered an acceptable self-intersection, for example, a cul-de-sac where the end point of the geometry touches the interior of the line. Use the Remove Self Intersections at End Point parameter to specify wh...
A self-intersection at either the start or end point of a line feature may be considered an acceptable self-intersection, for example, a cul-de-sac where the end point of the geometry touches the interior of the line. Use the Remove Self Intersections at End Point parameter to specify ...
可能无法使用 ArcGIS 工具修复与企业级数据库中存储的数据相关的某些问题。 应用一种修复后,此工具将重新评估所得几何,如果发现了其他问题,将执行该问题的相关修复。 例如,修复具有 Incorrect ring ordering 问题的几何结果可能会导致具有 Null geometry 问题的几何。 Bad dataset extent 的修复几何中不存在修复。 要解...
可能无法使用 ArcGIS 工具修复与企业级数据库中存储的数据相关的某些问题。 执行修复后,此工具将重新评估所得几何,如果发现了其他问题,将执行该问题的相关修复。 例如,修复具有 Incorrect ring ordering 问题的几何结果可能会导致具有 Null geometry 问题的几何。 Esri 验证选项通过 Esri 简化方法确保几何在拓扑上是正确...