Interface BBoxChooser

    • Method Detail

      • setBoundingBox

        void setBoundingBox​(Bounds bbox)
        Sets the current bounding box in this BboxChooser. If bbox is null the current bbox in this BBoxChooser is removed.
        Parameters:
        bbox - the bounding box
      • getBoundingBox

        Bounds getBoundingBox()
        Replies the currently selected bounding box in this BBoxChooser. Replies null, if currently there isn't a bbox chosen in this BBoxChooser.
        Returns:
        the currently selected bounding box