Uses of Class
com.google.common.geometry.S2PolygonBuilder
-
-
Uses of S2PolygonBuilder in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type S2PolygonBuilder Modifier and Type Method Description static void
S2Polygon. breakEdgesAndAddToBuilder(S2ShapeIndex index, S2PolygonBuilder builder)
Takes a set of possibly intersecting edges, stored in the S2ShapeIndex, and breaks the edges into small pieces so that there is no intersection anymore, and adds all these edges to the builder.private static void
S2Polygon. clipBoundary(S2Polygon a, boolean reverseA, S2Polygon b, boolean invertB, boolean addSharedEdges, S2PolygonBuilder builder)
Clips the boundary of A to the interior of B, and adds the resulting edges tobuilder
.
-