Package | Description |
---|---|
org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
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 rectangle
|
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 are declared.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.