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_CODERprivate static S2Coder<S2Polygon.Shape>S2TaggedShapeCoder. FAST_POLYGON_SHAPE_CODERprivate static com.google.common.collect.ImmutableList<java.lang.Class<? extends S2Polygon.Shape>>S2TaggedShapeCoder. POLYGON_SHAPE_CLASSESMethods in com.google.common.geometry that return S2Polygon.Shape Modifier and Type Method Description (package private) S2Polygon.ShapeS2Polygon. binarySearchShape()Returns an implementation that does a binary search to map an edge to one of a large number of loops.(package private) S2Polygon.ShapeS2Polygon. linearSearchShape()Returns an implementation that does a linear search to map an edge to one of a number of loops.S2Polygon.ShapeS2Polygon. shape()Returns a shape wrapping this polygon.
-