Skip to main content

空間結合の生成属性ルール (データ管理ツール)

サマリー

1 つ以上のフィーチャクラスから検索されたフィールド値に基づき、入力の属性ルールを含む .csv ファイルを生成します。

使用法

  • フィールド マップ パラメーターを使用すると、出力データセット内のフィールドとそのコンテンツを管理できます。

    • フィールド リストにフィールドを追加したり、フィールド リストからフィールドを削除したり、フィールド リストの順序を変更したり、フィールドの名前を変更したりすることができます。

    • 出力フィールドのデフォルトのデータ タイプは、最初に検出した (その名前の) 入力フィールドのデータ タイプと同じになります。 データ タイプを有効な別のデータ タイプに変更できます。

    • アクションを使用して、1 つまたは複数の入力フィールドの値を 1 つの出力フィールドにマージする方法を決定します。 使用可能なアクションは 最初最後連結合計平均中央最頻最小最大標準偏差、および 個数 です。

    • 連結 アクションを使用する場合は、カンマなどの文字を区切り文字として指定できます。 区切り文字 テキスト ボックスの先頭をクリックして、区切り文字を追加します。

    • 標準偏差 は、単一の入力値に有効なオプションではありません。

    • フィールド マップを .fieldmap ファイルとして保存するには、エクスポート オプション を使用します。

    • .fieldmap ファイルを読み込むには、読み込み オプション を使用します。 このファイルで指定されているフィーチャ レイヤーまたはデータセットが、ツールで使用されているデータセットと一致していなければなりません。 一致していない場合、フィールド マップ パラメーターはリセットされます。

    • テキスト ソース フィールドにある テキストのスライス ボタン を使用して、入力値のどの文字を出力フィールドに抽出するかを選択します。 テキストのスライス ボタンにアクセスするには、入力フィールド リスト内のテキスト フィールドにポインターを合わせて、最初の文字と最後の文字の位置を指定します。

    • フィールドは、Python スクリプトでマッピングすることもできます。

パラメーター

ラベル 説明 データ タイプ

入力テーブル

属性ルールが作成されるフィーチャクラス。

Feature Layer

出力フォルダー

出力 .csv ファイルの保存先フォルダー。 ファイルの名前は、入力テーブル パラメーター値と同じになります。

Folder

結合クラス

入力フィーチャの属性に結合される、結合フィーチャの属性。

Feature Layer

フィールド マップ

結合クラス パラメーター値のフィールドから 入力テーブル パラメーター値へのフィールドの転送またはマッピングを制御します。

Field Mappings

(オプション)

入力から属性ルールに参加するフィーチャを制限する SQL 式。

SQL Expression

検索オプション

(オプション)

入力テーブル パラメーター値と 結合クラス パラメーターのフィーチャ間の空間検索を定義します。 ジオメトリー タイプ、空間演算子、空間距離は、各結合クラスと入力テーブル間の一致を定義するよう構成できます。

値テーブル列:

  • Join ClassThe name of the join class the spatial query will run on.

  • Input Geometry TypeThe portion of the input geometry that will be used to query the join class.

    • GeometryThe complete geometry of the input feature. This is default.

    • StartThe first vertex within a polyline feature. This option is only supported for polyline features.

    • EndThe last vertex within a polyline feature. This option is only supported for polyline features.

    • CentroidThe geometric center of the input feature.

  • Spatial OperatorThe spatial operation that will be used in the query.

    • IntersectsFeatures in the join class will be matched if they intersect with an input feature. This is default.

    • CrossesFeatures in the join class will be matched if they cross with an input feature.

    • ContainsFeatures in the join class will be matched if an input feature contains them. This is the opposite of the within option.

    • Envelope IntersectsFeatures in the join class will be matched if their bounding boxes (envelopes) intersect with the bounding box of an input feature.

    • OverlapsFeatures in the join class will be matched if they overlap with an input feature. The join class features are not completely contained by the input features.

    • TouchesFeatures in the join class will be matched if they have a boundary that touches an input feature. When the input and join features are polylines or polygons, the boundary of the join feature can only touch the boundary of the input feature and no part of the join feature can cross the boundary of the input feature.

    • WithinFeatures in the join class will be matched if an input feature is within them. This is the opposite of the contains option.

  • Spatial DistanceThe distance from the geometry that will be included in the query.

Value Table

派生した出力

ラベル 説明 データ タイプ

出力ルール CSV ファイル

出力 .csv ファイルのフォルダーの場所と名前。

File

環境

このツールは、ジオプロセシング環境を一切使用しません。

ライセンス情報

  • Basic: いいえ
  • Standard: はい
  • Advanced: はい