LineSegmentIndex class

Constructors

LineSegmentIndex()

Properties

hashCode int
The hash code for this object.
no setterinherited
index Quadtree
An spatial index on a set of {@link LineSegment}s. Supports adding and removing items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(TaggedLineString line) → void
addSegment(LineSegment seg) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(LineSegment querySeg) List
remove(LineSegment seg) → void
toString() String
A string representation of this object.
inherited

Operators

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