spatial
Interface LayerSpatialSearchTreeObject

All Superinterfaces:
SpatialSearchTreeEntry, SpatialSearchTreeObject
All Known Subinterfaces:
VisualizedSpatialSearchTreeObject
All Known Implementing Classes:
DrawableSpatialSearchTreeObject, ExternalObject

public interface LayerSpatialSearchTreeObject
extends SpatialSearchTreeObject

Interface describing a layered object in a spatial search tree.


Method Summary
 int getLayer()
          Returns the number of the layer.
 
Methods inherited from interface spatial.SpatialSearchTreeObject
computeDistanceTo, contains, draw, getId, intersects, intersects, isContainedBy, isContainedBy, isOfSameType
 
Methods inherited from interface spatial.SpatialSearchTreeEntry
getMBR, getNumOfDimensions
 

Method Detail

getLayer

public int getLayer()
Returns the number of the layer.

Returns:
the layer