|
|||||||||||
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.ElevationExtent_Impl
-----------------------------------------------------------------------
Constructor Summary | |
ElevationExtent_Impl(double min,
double max,
double resolution,
java.lang.String uom)
|
|
ElevationExtent_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 |
public ElevationExtent_Impl(double min, double max, double resolution, java.lang.String uom)
public ElevationExtent_Impl(double value, java.lang.String uom)
Method Detail |
public java.lang.Object getDefault()
getDefault
in interface ExtentType
public double getMax()
getMax
in interface ExtentType
public double getMin()
getMin
in interface ExtentType
public double getResolution()
getResolution
in interface ExtentType
public java.lang.String getUOM()
getUOM
in interface ExtentType
public double getValue()
getValue
in interface ExtentType
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |