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.OptionsModifier and TypeFieldDescriptionprivate final S2ShapeIndex.OptionsS2ShapeIndex.optionsThe options supplied for this index.private final S2ShapeIndex.OptionsS2ShapeIndexCoder.EncodedS2ShapeIndex.optionsThe decoded options of this index.Methods in com.google.common.geometry that return S2ShapeIndex.OptionsModifier and TypeMethodDescriptionS2ShapeIndex.options()Returns the options used for this index.S2ShapeIndexCoder.EncodedS2ShapeIndex.options()Constructors in com.google.common.geometry with parameters of type S2ShapeIndex.OptionsModifierConstructorDescriptionS2ShapeIndex(S2ShapeIndex.Options options) Creates an S2ShapeIndex with the given options.