Package org.locationtech.jts.simplify
Class LineSegmentIndex
java.lang.Object
org.locationtech.jts.simplify.LineSegmentIndex
An spatial index on a set of
LineSegment
s.
Supports adding and removing items.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(LineSegment seg) void
add
(TaggedLineString line) query
(LineSegment querySeg) void
remove
(LineSegment seg)
-
Field Details
-
index
-
-
Constructor Details
-
LineSegmentIndex
public LineSegmentIndex()
-
-
Method Details
-
add
-
add
-
remove
-
query
-