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