Packages

package index

Package Members

  1. package chain
  2. package intervaltree
  3. package strtree

Type Members

  1. class ArrayListVisitor extends ItemVisitor

    Builds an array of all visited items.

    Builds an array of all visited items.

    Version

    1.7

  2. trait ItemVisitor extends AnyRef

    A visitor for items in a {link SpatialIndex}.

    A visitor for items in a {link SpatialIndex}.

    Version

    1.7

  3. trait SpatialIndex[A] extends AnyRef

    The basic operations supported by classes implementing spatial index algorithms.

    The basic operations supported by classes implementing spatial index algorithms.

    A spatial index typically provides a primary filter for range rectangle queries. A secondary filter is required to test for exact intersection. The secondary filter may consist of other kinds of tests, such as testing other spatial relationships.

    Version

    1.7

Ungrouped