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 classS2ClosestPointQuery.EdgeTargetAn edge query, used to find the closest points to a query edge.private static classS2ClosestPointQuery.PointTargetA 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 booleanS2ClosestPointQuery. 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 voidS2ClosestPointQuery. findClosestPointsBruteForce(S2ClosestPointQuery.Target target)private voidS2ClosestPointQuery. findClosestPointsOptimized(S2ClosestPointQuery.Target target)private voidS2ClosestPointQuery. findClosestPointsToTarget(S2ClosestPointQuery.Target target)private voidS2ClosestPointQuery. initQueue(S2ClosestPointQuery.Target target)private voidS2ClosestPointQuery. maybeAddResult(S2PointIndex.Entry<T> entry, S2ClosestPointQuery.Target target)
-