Class ExtentMatchHelper

Object
ExtentMatchHelper

public class ExtentMatchHelper extends Object
Checks if the Extents of two BoundingBoxes are identical.
Author:
Owen Feehan
  • Method Details

    • checkExtentMatch

      public static void checkExtentMatch(BoundingBox box1, BoundingBox box2)
      Checks that the Extents of two bounding boxes are identical.

      An exception is thrown if they are not identical, otherwise nothing occurs.

      Parameters:
      box1 - the first box.
      box2 - the second box.