|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.GridRange_Impl
Implements the range of valid coordinates for each dimension of the coverage.
-----------------------------------------------------------------------
Field Summary | |
private double[] |
high
|
private double[] |
low
|
Constructor Summary | |
GridRange_Impl(double[] low,
double[] high)
|
Method Summary | |
double[] |
getHigh()
The valid maximum exclusive grid coordinate. |
double[] |
getLow()
The valid minimum inclusive grid coordinate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private double[] low
private double[] high
Constructor Detail |
public GridRange_Impl(double[] low, double[] high)
Method Detail |
public double[] getHigh()
getHigh
in interface GridRange
public double[] getLow()
getLow
in interface GridRange
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |