ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Remove Self Intersections

Production Mapping ライセンスで利用できます。

  • 概要
  • 図
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

This tool removes self-intersecting portions of features beyond their vertices of intersection in an input line or polygon feature class.

図

Remove Self Intersections illustration

使用法

  • This tool modifies the input features.

    注意:

    This tool modifies the input data. See Tools_with_no_outputs for more information and strategies to avoid undesired data changes.

構文

arcpy.production.RemoveSelfIntersections(Input_Features, {Maximum_Removal_Length}, {Remove_Self_Intersections_at_End_Point}, {Check_for_Errors_Only}, {Output_Table})
パラメーター説明データ タイプ
Input_Features

The polyline or polygon feature class from which this tool will remove self-intersections. This feature class (or layer) will be modified.

Feature Layer
Maximum_Removal_Length
(オプション)

The maximum length for input lines or polygons. Features within maximum length are deleted.

Linear unit
Remove_Self_Intersections_at_End_Point
(オプション)

Indicates if this tool will remove, or avoid removing, any self-intersections whose end point is snapped on itself.

  • REMOVE_SNAPPED —Self-intersections will be removed.
  • IGNORE_SNAPPED —Any feature that has an end point that snaps to itself will not be removed. An example is a cul-de-sac. This is the default.
Boolean
Check_for_Errors_Only
(オプション)

Indicates if this tool will report errors only or remove self-intersections.

  • REPORT_ONLY —Self-intersections will not be removed and the records will be added to the Output_Table.
  • REPAIR_ONLY —Self-intersections will be removed. This is the default.
Boolean
Output_Table
(オプション)

The table that will be created containing all errors if REPORT_ONLY is selected in the Check_For_Errors_Only parameter.

Feature Layer

コードのサンプル

RemoveSelfIntersections example 1 (stand-alone script)

The following stand-alone sample script demonstrates how to use the RemoveSelfIntersections tool.

# Name: RemoveSelfIntersections_Example.py
# Description: Remove the self-intersections in the roads feature class that are under 50 meters long.  No warnings or errors will be recorded in a table.

# Import system modules
import arcpy

# Check out extension
arcpy.CheckOutExtension("Foundation")

# Define variables
input_features = r"C:\data\Edit_Sample.gdb\Roads"
maximum_removal_length = "50 Meters"

# Execute Remove Self Intersections
arcpy.RemoveSelfIntersections_production(input_features, maximum_removal_length, "REMOVE_SNAPPED", "REPAIR_ONLY", "#")

# Check in Production Mapping license
arcpy.CheckInExtension("Foundation")

環境

  • 現在のワークスペース

ライセンス情報

  • Basic: いいえ
  • Standard: 次のものが必要 Production Mapping
  • Advanced: 次のものが必要 Production Mapping

関連トピック

  • An overview of the Editing toolset

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル