| Modifier and Type | Method and Description |
|---|---|
S2Polygon |
S2PolygonBuilder.assemblePolygon() |
static S2Polygon |
S2Polygon.destructiveUnion(List<S2Polygon> polygons) |
static S2Polygon |
S2Polygon.destructiveUnionSloppy(List<S2Polygon> polygons,
S1Angle vertexMergeRadius) |
| Modifier and Type | Method and Description |
|---|---|
void |
S2PolygonBuilder.addPolygon(S2Polygon polygon) |
boolean |
S2PolygonBuilder.assemblePolygon(S2Polygon polygon,
List<S2Edge> unusedEdges) |
int |
S2Polygon.compareTo(S2Polygon other) |
boolean |
S2Polygon.contains(S2Polygon b) |
void |
S2Polygon.initToIntersection(S2Polygon a,
S2Polygon b) |
void |
S2Polygon.initToIntersectionSloppy(S2Polygon a,
S2Polygon b,
S1Angle vertexMergeRadius) |
void |
S2Polygon.initToUnion(S2Polygon a,
S2Polygon b) |
void |
S2Polygon.initToUnionSloppy(S2Polygon a,
S2Polygon b,
S1Angle vertexMergeRadius) |
boolean |
S2Polygon.intersects(S2Polygon b) |
| Modifier and Type | Method and Description |
|---|---|
static S2Polygon |
S2Polygon.destructiveUnion(List<S2Polygon> polygons) |
static S2Polygon |
S2Polygon.destructiveUnionSloppy(List<S2Polygon> polygons,
S1Angle vertexMergeRadius) |
| Constructor and Description |
|---|
S2Polygon(S2Polygon src) |
Copyright © 2017. All rights reserved.