Uses of Class
org.apache.lucene.spatial.geometry.shape.Rectangle

Packages that use Rectangle
org.apache.lucene.spatial.geometry.shape   
org.apache.lucene.spatial.tier Support for filtering based upon geographic location. 
 

Uses of Rectangle in org.apache.lucene.spatial.geometry.shape
 

Methods in org.apache.lucene.spatial.geometry.shape that return Rectangle
 Rectangle LLRect.toRectangle()
          Returns a rectangle shape for the bounding box
 

Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Rectangle
 IntersectCase Ellipse.intersect(Rectangle r)
           
 IntersectCase Rectangle.intersect(Rectangle r)
           
 IntersectCase Geometry2D.intersect(Rectangle r)
          Returns information about how this shape intersects the given rectangle
 

Uses of Rectangle in org.apache.lucene.spatial.tier
 

Methods in org.apache.lucene.spatial.tier that return Rectangle
 Rectangle DistanceUtils.getBoundary(double x1, double y1, double miles)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.