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

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

GDB FeatureClass properties

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

概要

The Describe function returns the following properties for Geodatabase Feature Classes. FeatureClass Properties, GDB Table Properties, Editor Tracking Dataset Properties, Table Properties, and Dataset Properties are also supported.

A Geodatabase Feature Class returns a dataType of "FeatureClass".

プロパティ

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

The name of the geometry area field.

String
geometryStorage
(読み取り専用)

Returns the geometry field storage.

  • Binary —Esri Binary storage
  • LOB —Esri LOB storage
  • WKB —OGC Well Known Binary storage
  • ST —Spatial Type storage
  • SDO —Oracle Spatial Type storage
  • PostGIS —PostgreSQL / PostGIS storage
  • MSSQLGeometry —SQLServer / GEOMETRY storage
  • MSSQLGeography —SQLServer / GEOGRAPHY storage
メモ:

Returns the storage type for enterprise geodatabase feature classes only; for all other feature classes, returns an empty string.

String
lengthFieldName
(読み取り専用)

The name of the geometry length field.

String
representations
(読み取り専用)

A list of Describe objects for the representations associated with the feature class.

Describe

コードのサンプル

GDB FeatureClass properties example (stand-alone script)

The following stand-alone script displays the GDB FeatureClass properties.

import arcpy

# Create a Describe object from the GDB Feature Class
#
desc = arcpy.Describe("C:/data/chesapeake.gdb/chesapeake/bayshed_1")

# Print GDB FeatureClass properties
#
print "Area Field Name  : " + desc.areaFieldName
print "Length Field Name: " + desc.lengthFieldName

ArcGIS Desktop

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

ArcGIS

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

Esri について

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