Uses of Class
com.google.common.geometry.S2PointIndex
-
Uses of S2PointIndex in com.google.common.geometry
Fields in com.google.common.geometry declared as S2PointIndexModifier and TypeFieldDescriptionprivate final S2PointIndex<T> S2ClosestPointQuery.indexThe index being queried.Methods in com.google.common.geometry that return S2PointIndexModifier and TypeMethodDescriptionS2ClosestPointQuery.index()Returns the underlying S2PointIndex.private S2PointIndex<Void> S2PolygonBuilder.index()Returns an index of all the points.Constructors in com.google.common.geometry with parameters of type S2PointIndexModifierConstructorDescriptionS2ClosestPointQuery(S2PointIndex<T> index) Construct a new query for the given index.