CodedValueDomainDescription

The description of the CodedValueDomain to be created. Use the CodedValueDomainDescription to create a new CodedValueDomain in a mobile geodatabase, by calling Geodatabase.createDomain. The mobile geodatabase must have been created in ArcGIS Pro or using Geodatabase.create.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(name: String, fieldType: FieldType, values: Iterable<CodedValueDescription>)

Creates a new coded value domain description with the specified name and coded values.

Properties

Link copied to clipboard

The coded value domain's coded values. For fields that utilize a coded value domain, the field type must match the type of the coded values.

Inherited properties

Link copied to clipboard

The field type of the domain to be created. Valid field types are FieldType.Int16, FieldType.Int32, FieldType.Float32, FieldType.Float64, and FieldType.Date. For a CodedValueDomainDescription, FieldType.Text is also valid.

Link copied to clipboard

The name of the domain to be created. The domain name must not be empty. It must only consist of alphanumeric characters and underscores, and it must not start with a number or an underscore.