Uses of Class
com.google.common.geometry.S2CellIndex.Labels
-
-
Uses of S2CellIndex.Labels in com.google.common.geometry
Methods in com.google.common.geometry that return S2CellIndex.Labels Modifier and Type Method Description S2CellIndex.Labels
S2CellIndex. getIntersectingLabels(S2CellUnion target)
Returns the distinct sorted labels that intersect the given target.Methods in com.google.common.geometry with parameters of type S2CellIndex.Labels Modifier and Type Method Description void
S2CellIndex. getIntersectingLabels(S2CellUnion target, S2CellIndex.Labels results)
Appends labels intersecting 'target', in unspecified order, with possible duplicates.
-