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

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

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

Methods in org.apache.lucene.spatial.geometry.shape that return IntersectCase
 IntersectCase Rectangle.intersect(Rectangle r)
           
 IntersectCase Geometry2D.intersect(Rectangle r)
          Returns information about how this shape intersects the given rectangle
 IntersectCase Ellipse.intersect(Rectangle r)
           
static IntersectCase IntersectCase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntersectCase[] IntersectCase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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