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.Target Modifier and Type Class Description private static class
S2ClosestPointQuery.EdgeTarget
An edge query, used to find the closest points to a query edge.private static class
S2ClosestPointQuery.PointTarget
A point query, used to find the closest points to a query point.Methods in com.google.common.geometry with parameters of type S2ClosestPointQuery.Target Modifier and Type Method Description private 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)
-