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.CellRelationS2Iterator. locate(S2CellId target)Positions the iterator at the index cell containing the given cell, if possible, and returns theS2ShapeIndex.CellRelationthat describes the relationship between the index and the given target cell: ReturnsINDEXEDif the iterator was positioned at an index cell that is equal to or contains the given cell.static S2ShapeIndex.CellRelationS2ShapeIndex.CellRelation. valueOf(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.
-