Domain

サマリー

Domain オブジェクトには、属性ドメインを記述するプロパティが含まれています。

説明

Domain オブジェクトを直接作成することはできません。 Domain のプロパティには、arcpy.da.ListDomains 関数を通じてアクセスできます。

プロパティ

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

A Python dictionary containing the coded values for the attribute domains. The dictionary keys are the coded values. The dictionary values are the domain descriptions.

Dictionary
description
(読み取り専用)

The description of the domain.

String
domainType
(読み取り専用)

The domain type.

  • CodedValueCoded value domain
  • RangeRange domain
String
mergePolicy
(読み取り専用)

The merge policy type.

  • AreaWeightedArea weighted merge policy
  • DefaultValueDefault value merge policy
  • SumValuesSum the values merge policy
String
name
(読み取り専用)

The name of the attribute domain.

String
owner
(読み取り専用)

The owner of the domain.

注意:

This property only applies to domains in enterprise geodatabases.

String
range
(読み取り専用)

A Python tuple containing the range domain's minimum and maximum values.

tuple
splitPolicy
(読み取り専用)

The split policy type.

  • DefaultValueDefault value split policy
  • DuplicateDuplicate split policy
  • GeometryRatioGeometry ratio split policy
String
type
(読み取り専用)

The field type.

String

関連トピック


このトピックの内容