| java.lang.Object | ||
| ↳ | com.esri.core.map.Domain | |
| ↳ | com.esri.core.map.RangeDomain | |
The RangeDomain class represents the 'Range Domain' details in the Feature Layer of the Feature Service.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.map.Domain
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
RangeDomain(String domainName, double minValue, double maxValue)
Instantiates a RangeDomain.
| |||||||||||
|
RangeDomain()
Instantiates an empty RangeDomain.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static RangeDomain |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
| double |
getMaxValue()
Gets the maxValue of the RangeDomain.
| ||||||||||
| double |
getMinValue()
Gets the minValue of the RangeDomain.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.esri.core.map.Domain
| |||||||||||
From class
java.lang.Object
| |||||||||||
Instantiates a RangeDomain.
| domainName | the name of the domain. |
|---|---|
| minValue | the minimum value of the domain. |
| maxValue | the maximum value of the domain. |
Instantiates an empty RangeDomain.
Decodes objects from JSON representation.
| parser | the Jackson parser holding the JSON data. |
|---|
| Exception |
|---|
Gets the maxValue of the RangeDomain.
Gets the minValue of the RangeDomain.