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.geometryModifier and TypeClassDescriptionstatic classS2ClippedShape represents the part of a shape that intersects an S2Cell.Methods in com.google.common.geometry that return S2ShapeIndex.CellMethods in com.google.common.geometry that return types with arguments of type S2ShapeIndex.CellModifier and TypeMethodDescriptionS2ShapeIndex.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.CellModifier and TypeMethodDescriptionstatic 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.CellModifier and TypeMethodDescriptionbooleanS2EdgeQuery.getCells(S2Point a, S2Point b, S2PaddedCell root, List<S2ShapeIndex.Cell> cells) Convenience method for callingS2EdgeQuery.getCells(S2Point, R2Vector, S2Point, R2Vector, S2PaddedCell, List).