Uses of Class
org.locationtech.jts.simplify.LineSegmentIndex
Packages that use LineSegmentIndex
Package
Description
Classes which implement algorithms for simplifying or generalizing geometries.
-
Uses of LineSegmentIndex in org.locationtech.jts.simplify
Fields in org.locationtech.jts.simplify declared as LineSegmentIndexModifier and TypeFieldDescriptionprivate LineSegmentIndex
TaggedLinesSimplifier.inputIndex
private LineSegmentIndex
TaggedLineStringSimplifier.inputIndex
private LineSegmentIndex
TaggedLinesSimplifier.outputIndex
private LineSegmentIndex
TaggedLineStringSimplifier.outputIndex
Constructors in org.locationtech.jts.simplify with parameters of type LineSegmentIndexModifierConstructorDescriptionTaggedLineStringSimplifier
(LineSegmentIndex inputIndex, LineSegmentIndex outputIndex)