Class Request.BoundingBox

  • Enclosing interface:
    Request

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

      • BoundingBox

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

      • getDimensionLength

        public int getDimensionLength()
      • getMinPointValue

        public double getMinPointValue​(int index)
      • getMaxPointValue

        public double getMaxPointValue​(int index)