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.ShapeModifier and TypeFieldDescriptionprivate static final S2Coder<S2Polygon.Shape> S2TaggedShapeCoder.COMPACT_POLYGON_SHAPE_CODERprivate static final S2Coder<S2Polygon.Shape> S2TaggedShapeCoder.FAST_POLYGON_SHAPE_CODERprivate static final com.google.common.collect.ImmutableList<Class<? extends S2Polygon.Shape>> S2TaggedShapeCoder.POLYGON_SHAPE_CLASSESMethods in com.google.common.geometry that return S2Polygon.ShapeModifier and TypeMethodDescription(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.shape()Returns a shape wrapping this polygon.