Class Request.BoundingBox

java.lang.Object
thredds.server.wcs.Request.BoundingBox
Enclosing interface:
Request

public static class Request.BoundingBox extends Object
Represent a bounding box in some CRS.
  • Constructor Details

    • BoundingBox

      public BoundingBox(double[] minPoint, double[] maxPoint)
  • Method Details

    • 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