RangeDomainDescription class final

The description of the RangeDomain to be created.

Use the RangeDomainDescription to create a new RangeDomain in a mobile geodatabase, by calling Geodatabase.createDomain. The mobile geodatabase must have been created in ArcGIS Pro or using Geodatabase.create.

Inheritance

Constructors

RangeDomainDescription({required String name, required FieldType fieldType, required dynamic minValue, required dynamic maxValue})
Creates a new range domain description object with the specified name and values.
factory

Properties

fieldType FieldType
The field type of the domain to be created.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
maxValue ↔ dynamic
The range domain's maximum value.
getter/setter pair
minValue ↔ dynamic
The range domain's minimum value.
getter/setter pair
name String
The name of the domain to be created.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited