Domain

sealed class Domain : JsonSerializable

The list or range of appropriate values for a particular Field. This is the base class for domains such as the CodedValueDomain and RangeDomain. Domains are important for maintaining data integrity, especially when users collect data in your app. Domains are typically created and assigned to your datasets using ArcGIS Pro, ArcGIS Online, or ArcGIS Enterprise.

If you are using a mobile geodatabase that was created in ArcGIS Pro or using Geodatabase.create, you can create a new domain using Geodatabase.createDomain.

Since

200.1.0

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field type of the domain.

Link copied to clipboard

The name of the domain.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.