- Type Parameters:
N
- Self referenceE
- Entry type
- All Superinterfaces:
- Node<E>, Page
- All Known Implementing Classes:
- AbstractRStarTreeNode, DeLiCluNode, RStarTreeNode
public interface SpatialNode<N extends SpatialNode<N,E>,E extends SpatialEntry>
extends Node<E>
Defines the requirements for an object that can be used as a node in a
Spatial Index. A spatial node can be a spatial directory node or a spatial
leaf node.