Packages

final class IndexBuilder[T <: Geometry] extends FlatMapFunction[Iterator[T], SpatialIndex]

Linear Supertypes
FlatMapFunction[Iterator[T], SpatialIndex], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexBuilder
  2. FlatMapFunction
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexBuilder(indexType: IndexType)

Value Members

  1. def call(objectIterator: Iterator[T]): Iterator[SpatialIndex]
    Definition Classes
    IndexBuilder → FlatMapFunction
    Annotations
    @Override()