Interface BBoxChooser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BBOX_PROP
      A BBoxChooser emits PropertyChangeEvents for this property if the current bounding box changes.
    • Field Detail

      • BBOX_PROP

        static final java.lang.String BBOX_PROP
        A BBoxChooser emits PropertyChangeEvents for this property if the current bounding box changes.
    • 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