package index
Type Members
- class ArrayListVisitor extends ItemVisitor
Builds an array of all visited items.
Builds an array of all visited items.
- Version
1.7
- trait ItemVisitor extends AnyRef
A visitor for items in a {link SpatialIndex}.
A visitor for items in a {link SpatialIndex}.
- Version
1.7
- 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