Uses of Class
org.apache.lucene.spatial.geometry.shape.LineSegment

Packages that use LineSegment
org.apache.lucene.spatial.geometry.shape Shape representations. 
 

Uses of LineSegment in org.apache.lucene.spatial.geometry.shape
 

Methods in org.apache.lucene.spatial.geometry.shape with parameters of type LineSegment
 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.