Uses of Class
com.google.common.geometry.S2ContainsPointQuery.S2VertexModel
-
-
Uses of S2ContainsPointQuery.S2VertexModel in com.google.common.geometry
Methods in com.google.common.geometry that return S2ContainsPointQuery.S2VertexModel Modifier and Type Method Description static S2ContainsPointQuery.S2VertexModelS2ContainsPointQuery.S2VertexModel. valueOf(String name)Returns 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.S2VertexModelS2ContainsPointQuery.Options. vertexModel()Returns the vertex model in this options.Constructors in com.google.common.geometry with parameters of type S2ContainsPointQuery.S2VertexModel Constructor Description S2ShapeIndexRegion(S2ShapeIndex index, S2ContainsPointQuery.S2VertexModel model)Creates a new region with the given index, and a givenS2ContainsPointQuery.S2VertexModel.
-