Package | Description |
---|---|
org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
Modifier and Type | Field | Description |
---|---|---|
Point2D |
LineSegment.A |
Deprecated.
|
Point2D |
LineSegment.B |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
Point2D |
Ellipse.centroid() |
Deprecated.
|
Point2D |
Geometry2D.centroid() |
Deprecated.
Return the centroid
|
Point2D |
Rectangle.centroid() |
Deprecated.
|
Point2D |
Rectangle.getMaxPoint() |
Deprecated.
|
Point2D |
Rectangle.getMinPoint() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Point2D.add(Point2D a) |
Deprecated.
|
boolean |
Ellipse.contains(Point2D pt) |
Deprecated.
|
boolean |
Geometry2D.contains(Point2D p) |
Deprecated.
Does the shape contain the given point
|
boolean |
Rectangle.contains(Point2D p) |
Deprecated.
|
double |
LineSegment.distance(Point2D P,
Point2D closestPt) |
Deprecated.
Finds the distance of a specified point from the line segment and the
closest point on the segment to the specified point.
|
int |
Ellipse.intersect(LineSegment seg,
Point2D pt0,
Point2D pt1) |
Deprecated.
Determines if a line segment intersects the ellipse and if so finds the
point(s) of intersection.
|
void |
Point2D.set(Point2D p1) |
Deprecated.
|
Constructor | Description |
---|---|
Ellipse(Point2D p1,
Point2D p2,
double angle) |
Deprecated.
Constructor given bounding rectangle and a rotation.
|
LineSegment(Point2D p1,
Point2D p2) |
Deprecated.
|
Point2D(Point2D other) |
Deprecated.
|
Rectangle(Point2D ptMin,
Point2D ptMax) |
Deprecated.
|
Vector2D(Point2D p) |
Deprecated.
Create a vector from the origin of the coordinate system to the given
point
|
Vector2D(Point2D from,
Point2D to) |
Deprecated.
Create a vector from one point to another
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.