Uses of Class
com.google.common.geometry.S2ShapeIndex.CellRelation
-
-
Uses of S2ShapeIndex.CellRelation in com.google.common.geometry
Methods in com.google.common.geometry that return S2ShapeIndex.CellRelation Modifier and Type Method Description S2ShapeIndex.CellRelation
S2Iterator. locate(S2CellId target)
Positions the iterator at the index cell containing the given cell, if possible, and returns theS2ShapeIndex.CellRelation
that describes the relationship between the index and the given target cell: ReturnsINDEXED
if the iterator was positioned at an index cell that is equal to or contains the given cell.static S2ShapeIndex.CellRelation
S2ShapeIndex.CellRelation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S2ShapeIndex.CellRelation[]
S2ShapeIndex.CellRelation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-