Uses of Interface
com.github.micycle1.geoblitz.HPRtreeX.ItemVisitor
-
Uses of HPRtreeX.ItemVisitor in com.github.micycle1.geoblitz
Methods in com.github.micycle1.geoblitz with parameters of type HPRtreeX.ItemVisitorModifier and TypeMethodDescriptionvoidHPRtreeX.query(org.locationtech.jts.geom.Envelope searchEnv, HPRtreeX.ItemVisitor<T> visitor) Visits all items whose envelopes intersect the suppliedsearchEnv, invoking the providedvisitorfor each matching item.