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 IntersectCaseEllipse. intersect(Rectangle r)Deprecated.IntersectCaseGeometry2D. intersect(Rectangle r)Deprecated.Returns information about how this shape intersects the given rectangleIntersectCaseRectangle. intersect(Rectangle r)Deprecated.static IntersectCaseIntersectCase. 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.
-