thredds.wcs
Class Request.BoundingBox
java.lang.Object
thredds.wcs.Request.BoundingBox
- Enclosing interface:
- Request
public static class Request.BoundingBox
- extends Object
Represent a bounding box in some CRS.
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 String toString()
- Overrides:
toString
in class Object
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.