Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.index.tree.spatial
Interface SpatialObject

All Superinterfaces:
SpatialComparable
All Known Subinterfaces:
FeatureVector<V,N>, SpatialNode<N,E>
All Known Implementing Classes:
AbstractRStarTreeNode, BitVector, DeLiCluNode, DoubleVector, FloatVector, NumberVector, ParameterizationFunction, RdKNNNode, RealVector, RStarTreeNode, SparseFloatVector

public interface SpatialObject
extends SpatialComparable

Defines the requirements for objects that can be indexed by a Spatial Index, which are spatial nodes or data objects.

Author:
Elke Achtert

Method Summary
 Integer getID()
          Returns the id of this spatial object.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialComparable
getDimensionality, getMax, getMin
 

Method Detail

getID

Integer getID()
Returns the id of this spatial object. The ids over all spatial nodes and the ids over all data objects have to be unique.

Returns:
the id of this spatial object

Release 0.2.1 (2009-07-13_1605)