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