require(["esri/layers/RangeDomain"], function(RangeDomain) { /* code goes here */ });
Description
(Added at v2.0)
Information about the range of values belonging to the domain. Range domains specify a valid range of values for a numeric attribute.
Samples
Search for
samples that use this class.
Class hierarchy
esri/layers/Domain
|_esri/layers/RangeDomain
Properties
Methods
toJson() | Object | Converts object to its ArcGIS Server JSON representation. |
Property Details
The domain type. Valid values are "range" or "codedValue".
Method Details
Converts object to its ArcGIS Server JSON representation. (Added at v2.1)