TaggedLinesSimplifier class

Constructors

TaggedLinesSimplifier()

Properties

distanceTolerance double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputIndex LineSegmentIndex
Simplifies a collection of TaggedLineStrings, preserving topology (in the sense that no new intersections are introduced). This class is essentially just a container for the common indexes used by {@link TaggedLineStringSimplifier}.
getter/setter pair
line TaggedLineString
getter/setter pair
outputIndex LineSegmentIndex
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
setDistanceTolerance(double distanceTolerance) → void
Sets the distance tolerance for the simplification. All vertices in the simplified geometry will be within this distance of the original geometry.
simplify(List<TaggedLineString> taggedLines) → void
Simplify a collection of TaggedLineStrings
toString() String
A string representation of this object.
inherited

Operators

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