Class Root

  • All Implemented Interfaces:
    Serializable


    public class Root
    extends NodeBase
    QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent.
    See Also:
    Serialized Form
    • Constructor Detail

      • Root

        public Root()
    • Method Detail

      • insert

        public void insert(Envelope itemEnv,
                           Object item)
        Insert an item into the quadtree this is the root of.
      • isSearchMatch

        protected boolean isSearchMatch(Envelope searchEnv)