Uses of Class
com.google.common.geometry.S2PointIndex.Entry
-
-
Uses of S2PointIndex.Entry in com.google.common.geometry
Methods in com.google.common.geometry that return S2PointIndex.Entry Modifier and Type Method Description static <Data> S2PointIndex.Entry<Data>S2PointIndex. createEntry(S2Point point, Data data)Convenience method to create an index entry from the given point and data value.S2PointIndex.Entry<T>S2ClosestPointQuery.Result. entry()Methods in com.google.common.geometry that return types with arguments of type S2PointIndex.Entry Modifier and Type Method Description S2Iterator<S2PointIndex.Entry<Data>>S2PointIndex. iterator()Returns a new iterator over the cells of this index, after sorting entries by cell ID if any modifications have been made since the last iterator was created.Methods in com.google.common.geometry with parameters of type S2PointIndex.Entry Modifier and Type Method Description voidS2PointIndex. add(S2PointIndex.Entry<Data> entry)Adds a new entry to the index.intS2PointIndex.Entry. compareTo(S2PointIndex.Entry<Data> other)booleanS2PointIndex. remove(S2PointIndex.Entry<Data> entry)Removes the given entry from the index, and returns whether the given entry was present and removed.
-