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() @HotSpotIntrinsicCandidate()
  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 findZones(r: QuadRectangle): List[QuadRectangle]
  13. def forceGrowUp(minLevel: Int): Unit
  14. def getAllZones(): List[QuadRectangle]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getElements(r: QuadRectangle): List[T]
  17. def getKeys(geometry: Geometry): Set[Integer]
    Definition Classes
    StandardQuadTreePartitioningUtils
    Annotations
    @Override()
  18. def getParentZone(x: Int, y: Int, minLevel: Int): QuadRectangle
  19. def getTotalNumLeafNode(): Int
  20. def getZone(x: Int, y: Int): QuadRectangle

    Find the zone that fully contains this query point

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from PartitioningUtils

Inherited from AnyRef

Inherited from Any

Ungrouped