class
SpatialIndex[T] extends Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
insert(v: T, ex: Extent): Boolean
-
def
insert(v: T, x: Double, y: Double): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
kNearest(ex: Extent, k: Int): Seq[T]
-
def
kNearest(pt: (Double, Double), k: Int): Seq[T]
-
def
kNearest(x: Double, y: Double, k: Int): Seq[T]
-
val
measure: Measure
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nearest(ex: Extent): T
-
def
nearest(pt: (Double, Double)): T
-
def
nearest(x: Double, y: Double): T
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
points: Set[T]
-
def
pointsInExtent(extent: Extent): Vector[T]
-
def
pointsInExtentAsIterable(extent: Extent): Iterable[T]
-
def
pointsInExtentAsJavaList(extent: Extent): List[T]
-
val
rtree: STRtree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
traversePointsInExtent(extent: Extent): Traversable[T]
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
insert(v: T, ex: Extent): Boolean
-
def
insert(v: T, x: Double, y: Double): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
kNearest(ex: Extent, k: Int): Seq[T]
-
def
kNearest(pt: (Double, Double), k: Int): Seq[T]
-
def
kNearest(x: Double, y: Double, k: Int): Seq[T]
-
val
measure: Measure
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nearest(ex: Extent): T
-
def
nearest(pt: (Double, Double)): T
-
def
nearest(x: Double, y: Double): T
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
points: Set[T]
-
def
pointsInExtent(extent: Extent): Vector[T]
-
def
pointsInExtentAsIterable(extent: Extent): Iterable[T]
-
def
pointsInExtentAsJavaList(extent: Extent): List[T]
-
val
rtree: STRtree
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
traversePointsInExtent(extent: Extent): Traversable[T]