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

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

カバレッジ フィーチャクラス プロパティ

  • 概要
  • プロパティ
  • コードのサンプル

概要

Describe 関数はカバレッジ フィーチャクラスに対して次のプロパティを返します。フィーチャクラス プロパティ、テーブル プロパティ、およびデータセット プロパティもサポートされます。

カバレッジ フィーチャクラスが返す dataType は CoverageFeatureClass です。

プロパティ

プロパティ説明データ タイプ
featureClassType
(読み取り専用)

The feature class types.

  • Point
  • Arc
  • Polygon
  • Node
  • Tic
  • Annotation
  • Section
  • Route
  • Link
  • Region
  • Label
  • File
String
hasFAT
(読み取り専用)

True if the coverage feature class has a Feature Attribute Table (FAT) and False if it does not.

Boolean
topology
(読み取り専用)

Indicates the state of the coverage feature class topology.

  • NotApplicable —The topology is not supported by this feature class.
  • Preliminary —Topology is preliminary.
  • Exists —Topology exists.
  • Unknown —Topology status is unknown.
String

コードのサンプル

Coverage FeatureClass properties example (stand-alone script)

The following stand-alone script displays properties for a Coverage FeatureClass.

import arcpy

# Create describe object from a coverage feature class
#
desc = arcpy.Describe("C:/data/tongass1/polygon")

# Print coverage feature class properties
#
print "%-17s %s" % ("featureClassType:", desc.featureClassType)
print "%-17s %s" % ("hasFAT:", desc.hasFAT)
print "%-17s %s" % ("topology:", desc.topology)

ArcGIS Desktop

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

ArcGIS

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

Esri について

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