Uses of Class
com.google.common.geometry.S2Polygon.Shape
-
-
Uses of S2Polygon.Shape in com.google.common.geometry
Fields in com.google.common.geometry with type parameters of type S2Polygon.Shape Modifier and Type Field Description private static S2Coder<S2Polygon.Shape>
S2TaggedShapeCoder. COMPACT_POLYGON_SHAPE_CODER
private static S2Coder<S2Polygon.Shape>
S2TaggedShapeCoder. FAST_POLYGON_SHAPE_CODER
private static com.google.common.collect.ImmutableList<java.lang.Class<? extends S2Polygon.Shape>>
S2TaggedShapeCoder. POLYGON_SHAPE_CLASSES
Methods in com.google.common.geometry that return S2Polygon.Shape Modifier and Type Method Description (package private) S2Polygon.Shape
S2Polygon. binarySearchShape()
Returns an implementation that does a binary search to map an edge to one of a large number of loops.(package private) S2Polygon.Shape
S2Polygon. linearSearchShape()
Returns an implementation that does a linear search to map an edge to one of a number of loops.S2Polygon.Shape
S2Polygon. shape()
Returns a shape wrapping this polygon.
-