Uses of Enum
com.google.common.geometry.S2ContainsPointQuery.S2VertexModel
-
Uses of S2ContainsPointQuery.S2VertexModel in com.google.common.geometry
Fields in com.google.common.geometry declared as S2ContainsPointQuery.S2VertexModelModifier and TypeFieldDescriptionprivate final S2ContainsPointQuery.S2VertexModel
S2ShapeIndexRegion.model
The vertex model for contains(S2Point) tests.private final S2ContainsPointQuery.S2VertexModel
S2ContainsPointQuery.Options.vertexModel
Methods in com.google.common.geometry that return S2ContainsPointQuery.S2VertexModelModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static S2ContainsPointQuery.S2VertexModel[]
S2ContainsPointQuery.S2VertexModel.values()
Returns an array containing the constants of this enum type, in the order they are declared.S2ContainsPointQuery.Options.vertexModel()
Returns the vertex model in this options.Constructors in com.google.common.geometry with parameters of type S2ContainsPointQuery.S2VertexModelModifierConstructorDescriptionprivate
Options
(S2ContainsPointQuery.S2VertexModel vertexModel) S2ShapeIndexRegion
(S2ShapeIndex index, S2ContainsPointQuery.S2VertexModel model) Creates a new region with the given index, and a givenS2ContainsPointQuery.S2VertexModel
.