Uses of Class
com.google.common.geometry.S2ShapeIndex.Cell
-
-
Uses of S2ShapeIndex.Cell in com.google.common.geometry
Subclasses of S2ShapeIndex.Cell in com.google.common.geometry Modifier and Type Class Description static classS2ShapeIndex.S2ClippedShapeS2ClippedShape represents the part of a shape that intersects an S2Cell.Methods in com.google.common.geometry that return S2ShapeIndex.Cell Modifier and Type Method Description S2ShapeIndex.CellS2ShapeIndex.RangeIterator. cell()Methods in com.google.common.geometry that return types with arguments of type S2ShapeIndex.Cell Modifier and Type Method Description S2Iterator<S2ShapeIndex.Cell>S2ShapeIndex. iterator()Returns a new iterator over the cells of this index, positioned at the first cell in the index, after initializing any pending updates.Methods in com.google.common.geometry with parameters of type S2ShapeIndex.Cell Modifier and Type Method Description static booleanS2ShapeUtil. equals(S2ShapeIndex.Cell a, S2ShapeIndex.Cell b)Returns true if the index cells 'a' and 'b' contain identical contents.Method parameters in com.google.common.geometry with type arguments of type S2ShapeIndex.Cell Modifier and Type Method Description booleanS2EdgeQuery. getCells(S2Point a, S2Point b, S2PaddedCell root, List<S2ShapeIndex.Cell> cells)Convenience method for callingS2EdgeQuery.getCells(S2Point, R2Vector, S2Point, R2Vector, S2PaddedCell, List).
-