Uses of Class
com.esri.core.map.Domain

Packages that use Domain
com.esri.core.map Contains classes that define elements from feature and image services. 
 

Uses of Domain in com.esri.core.map
 

Subclasses of Domain in com.esri.core.map
 class CodedValueDomain
          The CodedValueDomain class represents the 'Coded Value Domain' details in the Feature Layer of the Feature Service.
 class InheritedDomain
          The InheritedDomain class represents the 'Inherited Domain'.
 class RangeDomain
          The RangeDomain class represents the 'Range Domain' details in the Feature Layer of the Feature Service.
 

Methods in com.esri.core.map that return Domain
static Domain Domain.fromJson(org.codehaus.jackson.JsonParser parser)
          Decodes objects from JSON representation.
 Domain Field.getDomain()
          Gets the domain of the Field.
 

Methods in com.esri.core.map that return types with arguments of type Domain
 HashMap<String,Domain> FeatureType.getDomains()
          To get the HashMap of over-ridden FieldName(s) -> Domain(s) mapping for this FeatureType.
 

Methods in com.esri.core.map with parameters of type Domain
static String Domain.toJson(Domain domain)
          Serializes the given Domain object into a JSON string.
 

Constructors in com.esri.core.map with parameters of type Domain
Field(String name, String alias, String type, Domain domain)
          Instantiates a Field with the given values.
 

Constructor parameters in com.esri.core.map with type arguments of type Domain
FeatureType(String id, String name, HashMap<String,Domain> domains)
          Instantiates a FeatureType with given values.
 



Copyright © 2012. All Rights Reserved.