Uses of Enum
com.google.common.geometry.S2ContainsPointQuery.S2VertexModel
-
Uses of S2ContainsPointQuery.S2VertexModel in com.google.common.geometry
Subclasses with type arguments of type S2ContainsPointQuery.S2VertexModel in com.google.common.geometryModifier and TypeClassDescriptionstatic enumA rule for whether shapes are considered to contain their vertices.Fields in com.google.common.geometry declared as S2ContainsPointQuery.S2VertexModelModifier and TypeFieldDescriptionprivate final S2ContainsPointQuery.S2VertexModelS2ShapeIndexRegion.modelThe vertex model for contains(S2Point) tests.private final S2ContainsPointQuery.S2VertexModelS2ContainsPointQuery.Options.vertexModelMethods 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.S2VertexModelModifierConstructorDescriptionprivateOptions(S2ContainsPointQuery.S2VertexModel vertexModel) S2ShapeIndexRegion(S2ShapeIndex index, S2ContainsPointQuery.S2VertexModel model) Creates a new region with the given index, and a givenS2ContainsPointQuery.S2VertexModel.