thredds.wcs
Class Request.BoundingBox
java.lang.Object
thredds.wcs.Request.BoundingBox
- Enclosing interface:
- Request
public static class Request.BoundingBox
- extends java.lang.Object
Represent a bounding box in some CRS.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Request.BoundingBox
public Request.BoundingBox(double[] minPoint,
double[] maxPoint)
getDimensionLength
public int getDimensionLength()
getMinPointValue
public double getMinPointValue(int index)
getMaxPointValue
public double getMaxPointValue(int index)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object