|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntersectCase | |
---|---|
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 | |
---|---|
IntersectCase |
Geometry2D.intersect(Rectangle r)
Deprecated. Returns information about how this shape intersects the given rectangle |
IntersectCase |
Ellipse.intersect(Rectangle r)
Deprecated. |
IntersectCase |
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're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |