サマリー
Describe 関数は、データ タイプ、フィールド、インデックスなどの複数のプロパティを含むディクショナリを返します。 このディクショナリのキーは動的です。つまり、Describe 対象のデータ タイプに応じて、別々のプロパティが使用可能になります。
Describe のキーは、一連のプロパティ グループに編成されています。 個々のデータセットは、これらのうち少なくとも 1 つのグループのプロパティを取得します。 たとえば、ジオデータベース フィーチャクラスの Describe を実行する場合は、ジオデータベース フィーチャクラス、フィーチャクラス、テーブル、およびデータセットの各プロパティ グループのプロパティにアクセスできます。 データ タイプに関係なく、すべてのデータは常に汎用の Describe オブジェクト プロパティを取得します。
説明
多くのデータ タイプは、他のプロパティ グループのプロパティを含んでいます。 たとえば、ジオデータベース フィーチャクラスの Describe を実行する場合は、ジオデータベース フィーチャクラス、フィーチャクラス、テーブル、およびデータセットの各プロパティ グループのプロパティにアクセスできます。
- Describe object properties
- ArcInfo Workstation Item properties
- ArcInfo Workstation Table properties
- Attribute Rule properties
- BIM File Workspace properties
- CAD Drawing Dataset properties
- CAD Feature Class properties
- Coverage Feature Class properties
- Coverage properties
- Dataset properties
- dBASE Table properties
- Editor Tracking properties
- Feature Class properties
- Field group properties
- File properties
- Folder properties
- Geodatabase Feature Class properties
- Geodatabase Table properties
- Geometric Network properties
- Geostatistical Layer properties
- LAS Dataset properties
- Layer properties
- Location Referencing Dataset properties
- Map Document properties
- Mosaic Dataset properties
- Network Analyst Layer properties
- Network Dataset properties
- Parcel Fabric properties
- Parcel Fabric For ArcMap properties
- Projection File properties
- Raster Band properties
- Raster Catalog properties
- Raster Dataset properties
- Record Set and Feature Set properties
- Relationship Class properties
- Representation Class properties
- Schematic Dataset properties
- Schematic Diagram properties
- Schematic Folder properties
- SDC Feature Class properties
- Shapefile Feature Class properties
- Table properties
- Table View properties
- Text File properties
- Tin properties
- Tool properties
- Toolbox properties
- Topology properties
- Trace Network properties
- Utility Network properties
- VPF Coverage properties
- VPF Feature Class properties
- VPF Table properties
- Workspace properties
構文
Describe (value, {datatype})
パラメーター | 説明 | データ タイプ |
value | The specified data element or geoprocessing object to describe. | String |
datatype | The type of data. This is only necessary when naming conflicts exists, for example, if a geodatabase contains a feature dataset (FeatureDataset) and a feature class (FeatureClass) with the same name. In this case, the data type is used to clarify which dataset you want to describe. (デフォルト値は次のとおりです None) | String |
データ タイプ | 説明 |
Dictionary | 対象データ エレメントの詳細を示すキー付きのディクショナリを返します。 |