Uses of Interface
com.google.common.geometry.S2ClosestPointQuery.Target
-
Uses of S2ClosestPointQuery.Target in com.google.common.geometry
Classes in com.google.common.geometry that implement S2ClosestPointQuery.TargetModifier and TypeClassDescriptionprivate static class
An edge query, used to find the closest points to a query edge.private static class
A point query, used to find the closest points to a query point.Methods in com.google.common.geometry with parameters of type S2ClosestPointQuery.TargetModifier and TypeMethodDescriptionprivate boolean
S2ClosestPointQuery.addCell
(S2CellId id, S2Iterator<S2PointIndex.Entry<T>> iter, boolean seek, S2ClosestPointQuery.Target target) Processes the cell atid
, adding the contents of the cell immediately, or if there are too many points, adding it to the queue to be subdivided.private void
S2ClosestPointQuery.findClosestPointsBruteForce
(S2ClosestPointQuery.Target target) private void
S2ClosestPointQuery.findClosestPointsOptimized
(S2ClosestPointQuery.Target target) private void
S2ClosestPointQuery.findClosestPointsToTarget
(S2ClosestPointQuery.Target target) private void
S2ClosestPointQuery.initQueue
(S2ClosestPointQuery.Target target) private void
S2ClosestPointQuery.maybeAddResult
(S2PointIndex.Entry<T> entry, S2ClosestPointQuery.Target target)