Domain

Resumen

El objeto de dominio contiene propiedades que describen un dominio de atributo.

Debate

Los objetos de dominio no se pueden crear directamente. Es posible acceder a las propiedades de dominio mediante la función arcpy.da.ListDomains.

Propiedades

PropiedadExplicaciónTipo de datos
codedValues
(Sólo lectura)

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
(Sólo lectura)

The description of the domain.

String
domainType
(Sólo lectura)

The domain type.

  • CodedValueCoded value domain
  • RangeRange domain
String
mergePolicy
(Sólo lectura)

The merge policy type.

  • AreaWeightedArea weighted merge policy
  • DefaultValueDefault value merge policy
  • SumValuesSum the values merge policy
String
name
(Sólo lectura)

The name of the attribute domain.

String
owner
(Sólo lectura)

The owner of the domain.

Nota:

This property only applies to domains in enterprise geodatabases.

String
range
(Sólo lectura)

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

tuple
splitPolicy
(Sólo lectura)

The split policy type.

  • DefaultValueDefault value split policy
  • DuplicateDuplicate split policy
  • GeometryRatioGeometry ratio split policy
String
type
(Sólo lectura)

The field type.

String

Temas relacionados


En este tema