java.lang.Object
org.opengis.cite.ogcapiprocesses10.util.BBox

public class BBox extends Object

BBox class.

Author:
Lyn Goltz
  • Constructor Details

    • BBox

      public BBox(double minX, double minY, double maxX, double maxY)

      Constructor for BBox.

      Parameters:
      minX - Lower left corner, coordinate axis 1
      minY - Lower left corner, coordinate axis 2
      maxX - Upper right corner, coordinate axis 1
      maxY - Upper right corner, coordinate axis 2
  • Method Details

    • asQueryParameter

      public String asQueryParameter()

      asQueryParameter.

      Returns:
      the bbox as query string like '-12,10, 12,20'
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object