Noder class abstract

Computes all intersections between segments in a set of {@link SegmentString}s. Intersections found are represented as {@link SegmentNode}s and added to the {@link SegmentString}s in which they occur. As a final step in the noding a new set of segment strings split at the nodes may be returned.

@version 1.7

Implementers

Constructors

Noder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computeNodes(List segStrings) → void
Computes the noding for a collection of {@link SegmentString}s. Some Noders may add all these nodes to the input SegmentStrings; others may only add some or none at all.
getNodedSubstrings() List
Returns a {@link List} of fully noded {@link SegmentString}s. The SegmentStrings have the same context as their parent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited