|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.Domain com.esri.core.map.RangeDomain
public class RangeDomain
The RangeDomain
class represents the 'Range Domain' details in the Feature Layer of the Feature Service.
Field Summary |
---|
Fields inherited from class com.esri.core.map.Domain |
---|
domainName |
Constructor Summary | |
---|---|
RangeDomain()
Instantiates an empty RangeDomain. |
|
RangeDomain(String domainName,
double minValue,
double maxValue)
Instantiates a RangeDomain. |
Method Summary | |
---|---|
static RangeDomain |
fromJson(org.codehaus.jackson.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()
|
Methods inherited from class com.esri.core.map.Domain |
---|
getDomainName, setDomainName, toJson |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RangeDomain(String domainName, double minValue, double maxValue)
domainName
- the name of the domain.minValue
- the minimum value of the domain.maxValue
- the maximum value of the domain.public RangeDomain()
Method Detail |
---|
public double getMinValue()
public double getMaxValue()
public String toString()
toString
in class Object
public static RangeDomain fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Jackson parser holding the JSON data.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |