|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cv.ExtentType_Impl
org.deegree_impl.model.cv.RangeExtent_Impl
defines a parameter value for which measurements are available. TODO
-----------------------------------------------------------------------
| Constructor Summary | |
(package private) |
RangeExtent_Impl(double min,
double max,
double resolution,
java.lang.String uom)
|
(package private) |
RangeExtent_Impl(double value,
java.lang.String uom)
|
| Method Summary | |
java.lang.Object |
getDefault()
|
double |
getMax()
returns the maximum of the extent interval |
double |
getMin()
returns the minimum of the extent interval |
double |
getResolution()
returns the resolution of the extent interval |
java.lang.String |
getUOM()
return the units of measure in which it expresses time intervals or instances |
double |
getValue()
returns the value of the extent if its a single value extent. in this case getMin(), getMax() and getResolution() will return -9E99 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.deegree.model.coverage.ExtentType |
getDefault, getMax, getMin, getResolution, getUOM, getValue |
| Constructor Detail |
RangeExtent_Impl(double min,
double max,
double resolution,
java.lang.String uom)
RangeExtent_Impl(double value,
java.lang.String uom)
| Method Detail |
public java.lang.Object getDefault()
getDefault in interface ExtentTypepublic double getMax()
getMax in interface ExtentTypepublic double getMin()
getMin in interface ExtentTypepublic double getResolution()
getResolution in interface ExtentTypepublic java.lang.String getUOM()
getUOM in interface ExtentTypepublic double getValue()
getValue in interface ExtentType
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||