Skip to main content

TIN の作成 (3D Analyst ツール)

サマリー

TIN (Triangulated Irregular Networks) データセットを作成します。

TIN の作成ツールの図。

使用法

  • X、Y 単位が球面座標系で表されている場合、ドロネー三角形分割法のルールを有効に適用できないため、地理座標系を使用して TIN を作成するのは避けてください。

  • サーフェス フィーチャ タイプは、入力フィーチャがトライアングル サーフェスの定義にどのように寄与するかを定義します。

    • ポイント フィーチャを標高点として指定すると、サーフェスの三角形分割に使用される Z 値を持つデータ ノードを提供できます。

    • ライン フィーチャを標高点およびブレークラインとして指定すると、稜線、海岸線、舗装端などの、傾斜に不連続線を含むサーフェスに沿った位置を表現することができます。

    • また、ポリゴン フィーチャを、データ エリアを定義するクリップ フィーチャとともに、標高点およびブレークラインとして指定すると、一定の Z 値を持つ領域 (水域など) を定義するフィーチャに置き換えたり、データが存在しない内部エリアを示すフィーチャを消去することができます。

  • 十分なメモリーがあれば、ツールで何百万ものポイントで構成される TIN を作成できます。 ただし、TIN ノードの数を 600 万個未満に制限することで、素早い表示パフォーマンスと全体的な操作性を確保できます。 より大きい TIN サーフェスが必要な場合、テレイン データセット を使用することを検討してください。 テレイン データセットは、より大きいソース計測値のコレクションをサポートできる、マルチ解像度の TIN サーフェスを提供します。

  • 作成された TIN を ArcGIS Desktop 10.0 よりも前のバージョンで使用する場合は、デフォルト TIN 格納バージョン 環境を PRE_10.0 に設定します。

  • TIN データセットが作成されると、TIN の編集 ツールを使用してそれを修正し、TIN サーフェスにフィーチャベースの計測を追加で組み込むことができます。 また、TIN データ エリアの定義 ツールを使用して、三角形のエッジの最大長に基づいて内挿ゾーンを構成する TIN 三角形を定義できます。 TIN サーフェスは、対話的編集 によって修正することもできます。

パラメーター

ラベル 説明 データ タイプ

出力 TIN

生成される TIN データセット。

TIN

座標系

(オプション)

出力 TIN の空間参照。 空間参照を投影座標系に設定します。 地理座標系はおすすめしません。x,y 座標が角度単位で表現される場合に、ドロネー三角形分割は保証できないため、傾斜角、体積、見通し線などの距離ベースの計算の精度に悪影響を及ぼす可能性があるためです。

Coordinate System

入力フィーチャクラス

(オプション)

TIN への追加方法を定義する入力フィーチャおよびそれらに関連するプロパティ。

値テーブル列:

  • Input FeaturesThe feature whose geometry will be imported to the TIN.

  • Height FieldThe source of elevation for the input features. Any numeric field from the input feature's attribute table can be specified, along with Shape.Z for the z-values of 3D features and Shape.M for the m-values stored with the geometry. Choosing the <None> keyword will result in the feature's elevation being interpolated from the surrounding surface.

  • TypeThe input feature's role in defining the TIN surface. The available options depend on the geometry of the input features. For line- and polygon-based surface feature types, the hard and soft designations for the surface feature type impact the way the line or polygon boundary is handled when interpolating a raster surface from the TIN dataset when using natural neighbor interpolation. A hard surface feature type represents a border with a sharp discontinuity in elevation, such as the edge of a cliff, a wall, or a curb on the side of the road. A soft surface feature type represents a border where the elevation is more smoothly defined.

    • Mass PointsElevation measurements will be incorporated as TIN nodes.

    • Hard LineBreakline features will define linear discontinuities in the TIN.

    • Soft LineBreakline features will define linear discontinuities in the TIN.

    • Hard ClipPolygon features will define the data area of the TIN surface.

    • Soft ClipPolygon features will define the data area of the TIN surface.

    • Hard ErasePolygon features will define interior voids in the data.

    • Soft ErasePolygon features will define interior voids in the data.

    • Hard ReplacePolygon features will define areas of constant height.

    • Soft ReplacePolygon features will define areas of constant height.

    • Hard Value FillInteger attributes will be assigned to nodes and triangle faces.

    • Soft Value FillInteger attributes will be assigned to nodes and triangle faces.

  • Tag FieldA numeric attribute will be assigned to the TIN's data elements using values obtained from an integer field in the input feature's attribute table.

Value Table

制限付きドロネー

(オプション)

TIN のブレークラインで使用される三角形分割法を指定します。

  • オンThe TIN will use constrained Delaunay triangulation, which will add each segment as a single edge. Delaunay triangulation rules are honored everywhere except along breaklines, which will not be densified.

  • オフThe TIN will use Delaunay conforming triangulation, which may densify each segment of the breaklines to produce multiple triangle edges. This is the default.

Boolean

環境

現在のワークスペース, 出力座標系, 範囲, 地理座標系変換, デフォルトの TIN 格納バージョン

ライセンス情報

  • Basic: 3D Analyst が必要
  • Standard: 3D Analyst が必要
  • Advanced: 3D Analyst が必要