Last updated

API / geotoolkit / util / LineSegment / IntersectionType

Enumeration: IntersectionType

util.LineSegment.IntersectionType

Defines types of intersection detectable by the line Assume line segments are: p1----p2 and p3----p4

Table of contents

Enumeration Members

Contents

Enumeration Members

Disjoint

Disjoint = "disjoint"

Lie on the same line but don't overlap p1----p2 p3----p4


Intersecting

Intersecting = "intersecting"

Lie on different lines and intersect


NonIntersecting

NonIntersecting = "nonintersecting"

Lie on different lines but don't intersect


Overlapping

Overlapping = "overlapping"

Lie on the same line and overlap p1---p3-p2---p4


Parallel

Parallel = "parallel"

Lie on parallel lines p1----p2 p3----p4