Package thredds.server.wcs
Class Request.BoundingBox
java.lang.Object
thredds.server.wcs.Request.BoundingBox
- Enclosing interface:
- Request
Represent a bounding box in some CRS.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdoublegetMaxPointValue(int index) doublegetMinPointValue(int index) toString()
-
Constructor Details
-
BoundingBox
public BoundingBox(double[] minPoint, double[] maxPoint)
-
-
Method Details