|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.oxf.valueDomains.DoubleRangeValueDomain
public class DoubleRangeValueDomain
Constructor Summary | |
---|---|
DoubleRangeValueDomain(double min,
double max)
Constructor with min and max value |
Method Summary | |
---|---|
boolean |
containsValue(Double d)
tests whether a double value is contained in this valueDomain |
String |
getDomainDescription()
gives a description of this ValueDomain |
Double |
getMaxValue()
|
Double |
getMinValue()
|
Double |
produceValue(String... stringArray)
|
String |
toXML()
creates an XML-String of the ValueDomain |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleRangeValueDomain(double min, double max)
min
- minvalue of the value rangemax
- maxvalue of the value rangeMethod Detail |
---|
public String getDomainDescription()
getDomainDescription
in interface IValueDomain<Double>
public boolean containsValue(Double d)
containsValue
in interface IValueDomain<Double>
d
- the value which has to be tested
public String toXML()
toXML
in interface IValueDomain<Double>
public Double getMaxValue()
getMaxValue
in interface IRangeValueDomain<Double>
Object
can be replaced by a specialized type.
(e.g. BoundingBox: public double[] getMaxValue()
)public Double getMinValue()
getMinValue
in interface IRangeValueDomain<Double>
Object
can be replaced by a specialized type.
(e.g. BoundingBox: public double[] getMinValue()
)public Double produceValue(String... stringArray)
produceValue
in interface IValueDomain<Double>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |