Package thredds.server.wcs.v1_0_0_1
Class WcsCoverage.VerticalRange
- java.lang.Object
-
- thredds.server.wcs.v1_0_0_1.WcsCoverage.VerticalRange
-
- Enclosing class:
- WcsCoverage
public static class WcsCoverage.VerticalRange extends Object
-
-
Constructor Summary
Constructors Constructor Description VerticalRange(double minimum, double maximum, int stride)VerticalRange(double point, int stride)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetMaximum()doublegetMinimum()intgetStride()booleanisSinglePoint()StringtoString()
-