API / geotoolkit / util / LineSegment / IntersectionType
util.LineSegment.IntersectionType
Defines types of intersection detectable by the line Assume line segments are: p1----p2 and p3----p4
Enumeration Members
Enumeration Members
• Disjoint = "disjoint"
Lie on the same line but don't overlap p1----p2 p3----p4
• Intersecting = "intersecting"
Lie on different lines and intersect
• NonIntersecting = "nonintersecting"
Lie on different lines but don't intersect
• Overlapping = "overlapping"
Lie on the same line and overlap p1---p3-p2---p4
• Parallel = "parallel"
Lie on parallel lines p1----p2 p3----p4