RangeDomainDescription class final
An object that describes a RangeDomain to be created.
Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create.
- Inheritance
-
- Object
- DomainDescription
- RangeDomainDescription
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