thredds.wcs.v1_0_0_1
Class WcsCoverage.VerticalRange
java.lang.Object
thredds.wcs.v1_0_0_1.WcsCoverage.VerticalRange
- Enclosing class:
- WcsCoverage
public static class WcsCoverage.VerticalRange
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WcsCoverage.VerticalRange
public WcsCoverage.VerticalRange(double point,
int stride)
WcsCoverage.VerticalRange
public WcsCoverage.VerticalRange(double minimum,
double maximum,
int stride)
getMinimum
public double getMinimum()
getMaximum
public double getMaximum()
getStride
public int getStride()
isSinglePoint
public boolean isSinglePoint()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getRange
public Range getRange(GridCoordSystem gcs)
throws InvalidRangeException
- Throws:
InvalidRangeException