Uses of Class
org.apache.lucene.spatial.geometry.shape.IntersectCase
-
Packages that use IntersectCase Package Description org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of IntersectCase in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape that return IntersectCase Modifier and Type Method Description IntersectCase
Ellipse. intersect(Rectangle r)
Deprecated.IntersectCase
Geometry2D. intersect(Rectangle r)
Deprecated.Returns information about how this shape intersects the given rectangleIntersectCase
Rectangle. intersect(Rectangle r)
Deprecated.static IntersectCase
IntersectCase. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static IntersectCase[]
IntersectCase. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-