Skip to main content

ジオメトリー フィールドの計算属性ルール (データ管理ツール)

サマリー

フィーチャのジオメトリー情報を計算し、所定のフィールドに書き込む属性ルールを生成します。 ジオメトリー属性は、各フィーチャの空間特性またはジオメトリック特性および位置 (長さや面積、X、Y、Z 座標、M 値など) を示します。

使用法

  • 長さの単位 および 面積単位 パラメーターで違う単位が指定されていない限り、長さと面積の計算は入力フィーチャの座標系の単位となります。

    ジオプロセシング ツールでの長さと面積の単位の詳細

  • オプションの座標形式パラメーターでは、入力テーブルの空間参照が地理座標系である必要があります。

  • 入力クラスが編集中の場合、ツールの実行は失敗します。

  • このツールで作成されたルールは、SHAPE フィールドおよびジオメトリー演算の対象として設定されたフィールドへの編集時にのみトリガーされるように構成されます。

パラメーター

ラベル 説明 データ タイプ

入力テーブル

新しいルールを適用するテーブルまたはフィーチャクラス。

Feature Layer; Annotation Layer; Dimension Layer; Oriented Imagery Layer; Catalog Layer

出力フォルダー

出力の保存先フォルダー。

Folder

ジオメトリ属性

指定されたジオメトリー プロパティのフィールドが計算されます。

既存のフィールドを選択するか、新しいフィールド名を指定できます。 新しいフィールド名が指定された場合、フィールド タイプは、そのフィールドに書き込まれる値のタイプによって決まります。 個数の属性は Long Integer フィールドに書き込まれ、面積、長さ、X、Y、Z 座標、M 値の属性は Double フィールドに書き込まれ、度分秒や MGRS などの座標表記はテキスト フィールドに書き込まれます。

特に指定がなければ、面積と長さのプロパティは、2 次元直交 (デカルト) 演算を使用した平面計測値です。

値テーブル列:

  • Field (Existing or New)Field in which to calculate a geometry property.

  • PropertyGeometry property to calculate into the target field.

    • AreaAn attribute will be added to store the area of each polygon feature.

    • Area (geodesic)An attribute will be added to store the shape-preserving geodesic area of each polygon feature.

    • Centroid x-coordinateAn attribute will be added to store the centroid x-coordinate of each feature.

    • Centroid y-coordinateAn attribute will be added to store the centroid y-coordinate of each feature.

    • Centroid z-coordinateAn attribute will be added to store the centroid z-coordinate of each feature.

    • Centroid m-valueAn attribute will be added to store the centroid m-value of each feature.

    • Central point x-coordinateAn attribute will be added to store the x-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.

    • Central point y-coordinateAn attribute will be added to store the y-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.

    • Central point z-coordinateAn attribute will be added to store the z-coordinate of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.

    • Central point m-valueAn attribute will be added to store the m-value of a central point inside or on each feature. This point is the same as the centroid if the centroid is inside the feature; otherwise, it is an inner label point.

    • Number of curvesAn attribute will be added to store the number of curves in each feature. Curves include elliptical arcs, circular arcs, and Bezier curves.

    • Number of holesAn attribute will be added to store the number of interior holes within each polygon feature.

    • Minimum x-coordinateAn attribute will be added to store the minimum x-coordinate of each feature's extent.

    • Minimum y-coordinateAn attribute will be added to store the minimum y-coordinate of each feature's extent.

    • Minimum z-coordinateAn attribute will be added to store the minimum z-coordinate of each feature's extent.

    • Maximum x-coordinateAn attribute will be added to store the maximum x-coordinate of each feature's extent.

    • Maximum y-coordinateAn attribute will be added to store the maximum y-coordinate of each feature's extent.

    • Maximum z-coordinateAn attribute will be added to store the maximum z-coordinate of each feature's extent.

    • LengthAn attribute will be added to store the length of each line feature.

    • Length (geodesic)An attribute will be added to store the shape-preserving geodesic length of each line feature.

    • Length (3D)An attribute will be added to store the 3D length of each line feature.

    • Line bearingAn attribute will be added to store the start-to-end bearing of each line feature. Values range from 0 to 360, with 0 meaning north, 90 east, 180 south, 270 west, and so on.

    • Line angleAn attribute will be added to store the start-to-end arithmetic angle of each line feature. Values range from 0 to 360, with 0 meaning north, 90 east, 180 south, 270 west, and so on.

    • Line start x-coordinateAn attribute will be added to store the x-coordinate of the start point of each line feature.

    • Line start y-coordinateAn attribute will be added to store the y-coordinate of the start point of each line feature.

    • Line start z-coordinateAn attribute will be added to store the z-coordinate of the start point of each line feature.

    • Line start m-valueAn attribute will be added to store the m-value of the start point of each line feature.

    • Line end x-coordinateAn attribute will be added to store the x-coordinate of the end point of each line feature.

    • Line end y-coordinateAn attribute will be added to store the y-coordinate of the end point of each line feature.

    • Line end z-coordinateAn attribute will be added to store the z-coordinate of the end point of each line feature.

    • Line end m-valueAn attribute will be added to store the m-value of the end point of each line feature.

    • Number of partsAn attribute will be added to store the number of parts comprising each feature.

    • Number of verticesAn attribute will be added to store the number of points or vertices comprising each feature.

    • Perimeter lengthAn attribute will be added to store the length of the perimeter or border of each polygon feature.

    • Perimeter length (geodesic)An attribute will be added to store the shape-preserving geodesic length of the perimeter or border of each polygon feature.

    • Point x-coordinateAn attribute will be added to store the x-coordinate of each point feature.

    • Point y-coordinateAn attribute will be added to store the y-coordinate of each point feature.

    • Point z-coordinateAn attribute will be added to store the z-coordinate of each point feature.

    • Point m-valueAn attribute will be added to store the m-value of each point feature.

    • Point x- and y-coordinate notationAn attribute will be added to store the x- and y-coordinate of each point feature formatted as a specified coordinate notation.

Value Table

(オプション)

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

SQL Expression

長さの単位

(オプション)

長さを計算する際に使用する単位を指定します。

  • キロメートル長さの単位はキロメートルになります。

  • メートル長さの単位はメートルになります。

  • 法定マイル長さの単位は法定マイル。

  • 国際海里長さの単位は国際海里。

  • 国際ヤード長さの単位は国際ヤード。

  • 国際フィート長さの単位は国際フィート。

  • 米国測量マイル長さの単位は米国測量マイル。

  • 米国測量海里長さの単位は米国測量海里。

  • 米国測量ヤード長さの単位は米国測量ヤード。

  • 米国測量フィート長さの単位は米国測量フィート。

String

面積単位

(オプション)

面積を計算する際に使用する単位を指定します。

  • 平方キロメートル面積単位は平方キロメートルになります。

  • ヘクタール面積単位はヘクタールになります。

  • 平方メートル面積単位は平方メートルになります。

  • 平方法定マイル面積単位は平方マイル。

  • 平方国際海里面積単位は平方国際海里。

  • 国際エーカー面積単位は国際エーカー。

  • 平方国際ヤード面積単位は平方国際ヤード。

  • 平方国際フィート面積単位は平方国際フィート。

  • 平方 US Survey マイル面積は平方米国測量マイル。

  • 平方 US Survey 海里面積単位は平方米国測量海里。

  • US Survey エーカー面積単位は米国測量エーカー。

  • 平方 US Survey ヤード面積単位は平方米国測量ヤード。

  • 平方 US Survey フィート面積単位は平方米国測量フィート。

String

座標形式

(オプション)

座標、長さ、および面積を計算する座標系。 デフォルトでは、入力フィーチャの座標系が使用されます。

  • 入力と同様座標形式は度 (10 進)。

  • 度 (10 進)座標形式は度分秒と、最後に基本方向コンポーネント (DDD° MM' SSS.ss" <N|S|E|W>)。

  • 度分秒 (DDD° MM' SSS.ss" <N|S|E|W>)座標形式は先頭に基本方向成分が付加された度分秒 (&lt;N|S|E|W> DDD° MM' SSS.ss")。

  • 度分秒 (<N|S|E|W> DDD° MM' SSS.ss")座標形式は先頭に正または負の方向成分が付加された度分秒 (&lt;+|-> DDD° MM' SSS.ss")。

  • 度分秒 (<+|-> DDD° MM' SSS.ss")座標形式は度分秒が 1 つの値に圧縮され、最初に正または負の方向コンポーネント (&lt;+|-> DDD.MMSSSss)。

  • 度分秒 (<+|-> DDD.MMSSSss)座標形式は度分 (10 進) と、最後に基本方向コンポーネント (DDD° MM.mmm' &lt;N|S|E|W>)。

  • 度分 (10 進) (DDD° MM.mmm' <N|S|E|W>)座標形式は先頭に基本方向成分が付加された度分 (10 進) (&lt;N|S|E|W> DDD° MM.mmm')。

  • 度分 (10 進) (<N|S|E|W> DDD° MM.mmm')座標形式は度分 (10 進) と、最初に正または負の方向コンポーネント (&lt;+|-> DDD° MM.mmm')。

  • 度分 (10 進) (<+|-> DDD° MM.mmm')座標形式は Global Area Reference System。 GARS (Global Area Reference System) は、緯度と経度に基づき、世界をセルに分割および再分割します。

String

派生した出力

ラベル 説明 データ タイプ

出力ルール CSV

属性ルールを持つ .csv ファイル。

File

環境

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

ライセンス情報

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