Domain (arcpy.da)

サマリ

The Domain object contains properties that describe an attribute domain.

説明

Domain objects cannot be created directly. Domain properties can be accessed through the arcpy.da.ListDomains function.

特性

プロパティ説明データ タイプ
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
name
(読み取り専用)

The name of the attribute domain.

String
domainType
(読み取り専用)

The domain type.

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

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

tuple
type
(読み取り専用)

The field type.

String
owner
(読み取り専用)

The owner of the domain.

注意注意:

This property only applies to domains in enterprise geodatabases.

String
MergePolicy
(読み取り専用)

The merge policy type.

  • SumSum the values merge policy.
  • WeightedArea weighted merge policy.
  • DefaultDefault value merge policy.
String
SplitPolicy
(読み取り専用)

The split policy type.

  • RatioGeometry ratio split policy.
  • DuplicateDuplicate split policy.
  • DefaultDefault value split policy.
String

関連トピック

9/14/2013