MCIndexPointSnapper class

"Snaps" all {@link SegmentString}s in a {@link SpatialIndex} containing {@link MonotoneChain}s to a given {@link HotPixel}.

@version 1.7

Constructors

MCIndexPointSnapper(STRtree index)

Properties

hashCode int
The hash code for this object.
no setterinherited
index STRtree
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
snap(HotPixel hotPixel, SegmentString? parentEdge, int hotPixelVertexIndex) bool
Snaps (nodes) all interacting segments to this hot pixel. The hot pixel may represent a vertex of an edge, in which case this routine uses the optimization of not noding the vertex itself
snapPX(HotPixel hotPixel) bool
toString() String
A string representation of this object.
inherited

Operators

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