es.unex.sextante.dataObjects.vectorFilters
Class BoundingBoxFilter

java.lang.Object
  extended by es.unex.sextante.dataObjects.vectorFilters.BoundingBoxFilter
All Implemented Interfaces:
IVectorLayerFilter

public class BoundingBoxFilter
extends java.lang.Object
implements IVectorLayerFilter


Constructor Summary
BoundingBoxFilter(java.awt.geom.Rectangle2D rect)
           
 
Method Summary
 java.awt.geom.Rectangle2D getBoundingBox()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBoxFilter

public BoundingBoxFilter(java.awt.geom.Rectangle2D rect)
Method Detail

getBoundingBox

public java.awt.geom.Rectangle2D getBoundingBox()