Packages

class StandardQuadTree[T] extends PartitioningUtils with Serializable

Linear Supertypes
Serializable, PartitioningUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardQuadTree
  2. Serializable
  3. PartitioningUtils
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardQuadTree(definition: QuadRectangle, level: Int, maxItemsPerZone: Int, maxLevel: Int)
  2. new StandardQuadTree(definition: QuadRectangle, level: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assignPartitionIds(): Unit
  6. def assignPartitionLineage(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def dropElements(): Unit
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def fetchLeafZones(): List[Envelope]
    Definition Classes
    StandardQuadTreePartitioningUtils
    Annotations
    @Override()
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findZones(r: QuadRectangle): List[QuadRectangle]
  14. def forceGrowUp(minLevel: Int): Unit
  15. def getAllZones(): List[QuadRectangle]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getElements(r: QuadRectangle): List[T]
  18. def getKeys(geometry: Geometry): Set[Integer]
    Definition Classes
    StandardQuadTreePartitioningUtils
    Annotations
    @Override()
  19. def getParentZone(x: Int, y: Int, minLevel: Int): QuadRectangle
  20. def getTotalNumLeafNode(): Int
  21. def getZone(x: Int, y: Int): QuadRectangle

    Find the zone that fully contains this query point

  22. def getZone(): QuadRectangle
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def insert(r: QuadRectangle, element: T): Unit
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLeaf(): Boolean
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def placeObject(geometry: Geometry): Iterator[(Integer, Geometry)]
    Definition Classes
    StandardQuadTreePartitioningUtils
    Annotations
    @Override()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from PartitioningUtils

Inherited from AnyRef

Inherited from Any

Ungrouped