Editing Tools(编辑工具)

编辑工具

# Process: 修剪线
arcpy.TrimLine_edit("", "", "DELETE_SHORT")

# Process: 增密
arcpy.Densify_edit("", "DISTANCE", "10 Unknown", "0.1 Unknown", "10")

# Process: 延伸线
arcpy.ExtendLine_edit("", "", "EXTENSION")

# Process: 捕捉
arcpy.Snap_edit("", "")

# Process: 擦除点
arcpy.ErasePoint_edit("", "", "INSIDE")

# Process: 概化
arcpy.Generalize_edit("", "")

# Process: 翻转线
arcpy.FlipLine_edit("")

合并

# Process: 传递属性
arcpy.TransferAttributes_edit("", "", "", "", "", 输出匹配表, "")

# Process: 变换要素
arcpy.TransformFeatures_edit("", "", "AFFINE", 输出链接表)

# Process: 对齐要素
arcpy.AlignFeatures_edit("", "", "", "")

# Process: 按匹配分割线
arcpy.SplitLineByMatch_edit("", "", "", 输出要素类__3_, "", "AS_SOURCE", 输出分割点, "SPLIT_DANGLE", "", "", "")

# Process: 橡皮页变换要素
arcpy.RubbersheetFeatures_edit("", "", "", "LINEAR")

# Process: 生成橡皮页变换链接
arcpy.GenerateRubbersheetLinks_edit("", "", 输出要素类__5_, "", "", 输出匹配表__2_)

# Process: 生成边匹配链接
arcpy.GenerateEdgematchLinks_edit("", "", 输出要素类__6_, "", "")

# Process: 计算转换错误
arcpy.CalculateTransformationErrors_edit("", 输出链接表__2_, "AFFINE")

# Process: 边匹配要素
arcpy.EdgematchFeatures_edit("", "", "MOVE_ENDPOINT", "", "")
posted @ 2021-10-07 13:45  槑孒  阅读(253)  评论(0编辑  收藏  举报