|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
public interface 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. A spatial node can be a spatial directory node or a spatial leaf node.
| Method Summary | |
|---|---|
int |
getDimensionality()
Returns the dimensionality of this spatial object. |
HyperBoundingBox |
mbr()
Computes and returns the MBR of this spatial object. |
| Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.Node |
|---|
addDirectoryEntry, addLeafEntry, children, getEntry, getNumEntries, isLeaf |
| Methods inherited from interface de.lmu.ifi.dbs.elki.persistent.Page |
|---|
getID, isDirty, setDirty, setFile, setID |
| Methods inherited from interface java.io.Externalizable |
|---|
readExternal, writeExternal |
| Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialObject |
|---|
getID |
| Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.spatial.SpatialComparable |
|---|
getMax, getMin |
| Method Detail |
|---|
int getDimensionality()
getDimensionality in interface SpatialComparableHyperBoundingBox mbr()
|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||