|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.spatial.geometry.shape.Rectangle
@Deprecated public class Rectangle
Rectangle shape.
NOTE: This API is still in flux and might change in incompatible ways in the next release.
Constructor Summary | |
---|---|
Rectangle()
Deprecated. |
|
Rectangle(double x1,
double y1,
double x2,
double y2)
Deprecated. |
|
Rectangle(Point2D ptMin,
Point2D ptMax)
Deprecated. |
Method Summary | |
---|---|
double |
area()
Deprecated. Return the area |
Point2D |
centroid()
Deprecated. Return the centroid |
boolean |
contains(Point2D p)
Deprecated. Does the shape contain the given point |
boolean |
equals(Object obj)
Deprecated. |
Point2D |
getMaxPoint()
Deprecated. |
Point2D |
getMinPoint()
Deprecated. |
int |
hashCode()
Deprecated. |
IntersectCase |
intersect(Rectangle r)
Deprecated. Returns information about how this shape intersects the given rectangle |
String |
toString()
Deprecated. |
void |
translate(Vector2D v)
Deprecated. Translate according to the vector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Rectangle()
public Rectangle(Point2D ptMin, Point2D ptMax)
public Rectangle(double x1, double y1, double x2, double y2)
Method Detail |
---|
public String toString()
toString
in class Object
public double area()
Geometry2D
area
in interface Geometry2D
public Point2D centroid()
Geometry2D
centroid
in interface Geometry2D
public boolean contains(Point2D p)
Geometry2D
contains
in interface Geometry2D
public void translate(Vector2D v)
Geometry2D
translate
in interface Geometry2D
public IntersectCase intersect(Rectangle r)
Geometry2D
intersect
in interface Geometry2D
public Point2D getMaxPoint()
public Point2D getMinPoint()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |