Uses of Class
com.google.common.geometry.S2PointIndex.Entry
-
Uses of S2PointIndex.Entry in com.google.common.geometry
Classes in com.google.common.geometry that implement interfaces with type arguments of type S2PointIndex.EntryModifier and TypeClassDescriptionstatic classS2PointIndex.Entry<Data>An S2Iterator-compatible pair of S2Point with associated client data of a given type.Methods in com.google.common.geometry that return S2PointIndex.EntryModifier and TypeMethodDescriptionstatic <Data> S2PointIndex.Entry<Data> S2PointIndex.createEntry(S2Point point, Data data) Convenience method to create an index entry from the given point and data value.S2ClosestPointQuery.Result.entry()Methods in com.google.common.geometry that return types with arguments of type S2PointIndex.EntryModifier and TypeMethodDescriptionS2PointIndex.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.EntryModifier and TypeMethodDescriptionvoidS2PointIndex.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.