See: Description
Interface | Description |
---|---|
SpatialEntry |
Defines the requirements for an entry in a node of a Spatial Index.
|
SpatialNode<N extends SpatialNode<N,E>,E extends SpatialEntry> |
Defines the requirements for an object that can be used as a node in a
Spatial Index.
|
Class | Description |
---|---|
SpatialDirectoryEntry |
Represents an entry in a directory node of a spatial index.
|
SpatialIndexTree<N extends SpatialNode<N,E>,E extends SpatialEntry> |
Abstract super class for all spatial index tree classes.
|
SpatialPointLeafEntry |
Represents an entry in a leaf node of a spatial index.
|
Copyright © 2019 ELKI Development Team. License information.