spatial
Class MemoryRTreeNode.MemoryRTreeEntry

java.lang.Object
  |
  +--spatial.MemoryRTreeNode.MemoryRTreeEntry
All Implemented Interfaces:
SpatialSearchTreeEntry
Enclosing class:
MemoryRTreeNode

protected class MemoryRTreeNode.MemoryRTreeEntry
extends java.lang.Object
implements SpatialSearchTreeEntry

Class representing an entry - required for calling strategy.distribute


Field Summary
protected  MBR mbr
           
 
Constructor Summary
protected MemoryRTreeNode.MemoryRTreeEntry(MBR mbr)
           
 
Method Summary
 MBR getMBR()
          Returns the minimum bounding rectangle.
 int getNumOfDimensions()
          Returns the number of dimensions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbr

protected MBR mbr
Constructor Detail

MemoryRTreeNode.MemoryRTreeEntry

protected MemoryRTreeNode.MemoryRTreeEntry(MBR mbr)
Method Detail

getMBR

public MBR getMBR()
Description copied from interface: SpatialSearchTreeEntry
Returns the minimum bounding rectangle.

Specified by:
getMBR in interface SpatialSearchTreeEntry
Returns:
minimum bounding rectangle

getNumOfDimensions

public int getNumOfDimensions()
Description copied from interface: SpatialSearchTreeEntry
Returns the number of dimensions.

Specified by:
getNumOfDimensions in interface SpatialSearchTreeEntry
Returns:
the dimensions