Package com.google.common.geometry
Class S2ContainsPointQuery.Options
- java.lang.Object
-
- com.google.common.geometry.S2ContainsPointQuery.Options
-
- Enclosing class:
- S2ContainsPointQuery
public static final class S2ContainsPointQuery.Options extends Object
The options for building an S2ContainsPointQuery.
-
-
Field Summary
Fields Modifier and Type Field Description static S2ContainsPointQuery.OptionsCLOSEDstatic S2ContainsPointQuery.OptionsOPENstatic S2ContainsPointQuery.OptionsSEMI_OPEN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S2ContainsPointQuery.S2VertexModelvertexModel()Returns the vertex model in this options.
-
-
-
Field Detail
-
OPEN
public static final S2ContainsPointQuery.Options OPEN
-
SEMI_OPEN
public static final S2ContainsPointQuery.Options SEMI_OPEN
-
CLOSED
public static final S2ContainsPointQuery.Options CLOSED
-
-
Method Detail
-
vertexModel
public S2ContainsPointQuery.S2VertexModel vertexModel()
Returns the vertex model in this options.
-
-