Uses of Class
com.google.common.geometry.S2PointIndex
-
-
Uses of S2PointIndex in com.google.common.geometry
Fields in com.google.common.geometry declared as S2PointIndex Modifier and Type Field Description private S2PointIndex<T>
S2ClosestPointQuery. index
The index being queried.Methods in com.google.common.geometry that return S2PointIndex Modifier and Type Method Description S2PointIndex<T>
S2ClosestPointQuery. index()
Returns the underlying S2PointIndex.private S2PointIndex<java.lang.Void>
S2PolygonBuilder. index()
Returns an index of all the points.Constructors in com.google.common.geometry with parameters of type S2PointIndex Constructor Description S2ClosestPointQuery(S2PointIndex<T> index)
Construct a new query for the given index.
-