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

Packages that use LLRect
org.apache.lucene.spatial.geometry.shape   
 

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

Methods in org.apache.lucene.spatial.geometry.shape that return LLRect
static LLRect LLRect.createBox(LatLng center, double widthMi, double heightMi)
          Approximates a box centered at the given point with the given width and height in miles.
 

Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type LLRect
LLRect(LLRect other)
           
 



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