Uses of Class
com.google.common.geometry.S2ShapeIndex.Options
-
-
Uses of S2ShapeIndex.Options in com.google.common.geometry
Fields in com.google.common.geometry declared as S2ShapeIndex.Options Modifier and Type Field Description private S2ShapeIndex.Options
S2ShapeIndex. options
The options supplied for this index.private S2ShapeIndex.Options
S2ShapeIndexCoder.EncodedS2ShapeIndex. options
The decoded options of this index.Methods in com.google.common.geometry that return S2ShapeIndex.Options Modifier and Type Method Description S2ShapeIndex.Options
S2ShapeIndex. options()
Returns the options used for this index.S2ShapeIndex.Options
S2ShapeIndexCoder.EncodedS2ShapeIndex. options()
Constructors in com.google.common.geometry with parameters of type S2ShapeIndex.Options Constructor Description S2ShapeIndex(S2ShapeIndex.Options options)
Creates an S2ShapeIndex with the given options.
-