java.lang.Object | ||
↳ | com.esri.core.map.Domain | |
↳ | com.esri.core.map.CodedValueDomain |
The CodedValueDomain
class represents the 'Coded Value Domain' details in the Feature Layer of the
Feature Service.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CodedValueDomain(String domainName, Map<String, String> codedValues)
Instantiates a CodedValueDomain with the given values.
| |||||||||||
CodedValueDomain()
Instantiates an empty object of CodedValueDomain.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static CodedValueDomain |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
Map<String, String> |
getCodedValues()
Gets the Code->Name pairs
| ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Instantiates a CodedValueDomain with the given values.
domainName | domain name |
---|---|
codedValues | Map of Code->Name (String->String) mappings. Eg: Al->Aluminum |
Instantiates an empty object of CodedValueDomain.
Decodes objects from JSON representation.
parser | the Jackson parser holding the JSON data. |
---|
Exception |
---|