Uses of Interface
org.locationtech.jts.index.sweepline.SweepLineOverlapAction
Packages that use SweepLineOverlapAction
Package
Description
Contains classes which implement a sweepline algorithm for scanning geometric data structures.
-
Uses of SweepLineOverlapAction in org.locationtech.jts.index.sweepline
Methods in org.locationtech.jts.index.sweepline with parameters of type SweepLineOverlapActionModifier and TypeMethodDescriptionvoid
SweepLineIndex.computeOverlaps
(SweepLineOverlapAction action) private void
SweepLineIndex.processOverlaps
(int start, int end, SweepLineInterval s0, SweepLineOverlapAction action)