com.esri.core.map
Class CodedValueDomain
java.lang.Object
com.esri.core.map.Domain
com.esri.core.map.CodedValueDomain
- All Implemented Interfaces:
- Serializable
public class CodedValueDomain
- extends Domain
The CodedValueDomain
class represents the 'Coded Value Domain' details in the Feature Layer of the
Feature Service.
- Since:
- 1.0
- See Also:
- Serialized Form
CodedValueDomain
public CodedValueDomain(String domainName,
Map<String,String> codedValues)
- Instantiates a CodedValueDomain with the given values.
- Parameters:
domainName
- domain namecodedValues
- Map of Code->Name (String->String) mappings. Eg: Al->Aluminum- Since:
- 1.0
CodedValueDomain
public CodedValueDomain()
- Instantiates an empty object of CodedValueDomain.
- Since:
- 1.0
getCodedValues
public Map<String,String> getCodedValues()
- Gets the Code->Name pairs
- Returns:
- Map of Code->Name
- Since:
- 1.0
toString
public String toString()
- Overrides:
toString
in class Object
- Since:
- 1.0
fromJson
public static CodedValueDomain fromJson(org.codehaus.jackson.JsonParser parser)
throws Exception
- Decodes objects from JSON representation.
- Parameters:
parser
- the Jackson parser holding the JSON data.
- Returns:
- the decoded object from JSON representation.
- Throws:
Exception
- Since:
- 1.0
Copyright © 2012. All Rights Reserved.