Uses of Class
org.apache.lucene.spatial.geometry.shape.Point2D
-
Packages that use Point2D Package Description org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of Point2D in org.apache.lucene.spatial.geometry.shape
Fields in org.apache.lucene.spatial.geometry.shape declared as Point2D Modifier and Type Field Description Point2D
LineSegment. A
Deprecated.Point2D
LineSegment. B
Deprecated.Methods in org.apache.lucene.spatial.geometry.shape that return Point2D Modifier and Type Method Description Point2D
Ellipse. centroid()
Deprecated.Point2D
Geometry2D. centroid()
Deprecated.Return the centroidPoint2D
Rectangle. centroid()
Deprecated.Point2D
Rectangle. getMaxPoint()
Deprecated.Point2D
Rectangle. getMinPoint()
Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Point2D 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 pointboolean
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.Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type Point2D 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 pointVector2D(Point2D from, Point2D to)
Deprecated.Create a vector from one point to another
-