Package elki.index.tree.spatial
Interface SpatialEntry
-
- All Superinterfaces:
java.io.Externalizable
,java.io.Serializable
,SpatialComparable
- All Known Subinterfaces:
DeLiCluEntry
,RdKNNEntry
- All Known Implementing Classes:
DeLiCluDirectoryEntry
,DeLiCluLeafEntry
,RdKNNDirectoryEntry
,RdKNNLeafEntry
,SpatialDirectoryEntry
,SpatialPointLeafEntry
public interface SpatialEntry extends java.io.Externalizable, SpatialComparable
Defines the requirements for an entry in a node of a spatial index.- Since:
- 0.1
- Author:
- Elke Achtert
-
-
Method Summary
-
Methods inherited from interface elki.data.spatial.SpatialComparable
getDimensionality, getMax, getMin
-
-