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 Point2DLineSegment. ADeprecated.Point2DLineSegment. BDeprecated.Methods in org.apache.lucene.spatial.geometry.shape that return Point2D Modifier and Type Method Description Point2DEllipse. centroid()Deprecated.Point2DGeometry2D. centroid()Deprecated.Return the centroidPoint2DRectangle. centroid()Deprecated.Point2DRectangle. getMaxPoint()Deprecated.Point2DRectangle. getMinPoint()Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Point2D Modifier and Type Method Description voidPoint2D. add(Point2D a)Deprecated.booleanEllipse. contains(Point2D pt)Deprecated.booleanGeometry2D. contains(Point2D p)Deprecated.Does the shape contain the given pointbooleanRectangle. contains(Point2D p)Deprecated.doubleLineSegment. 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.intEllipse. 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.voidPoint2D. 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
-