| Modifier and Type | Field and Description |
|---|---|
static S1Angle |
S2EdgeUtil.DEFAULT_INTERSECTION_TOLERANCE |
| Modifier and Type | Method and Description |
|---|---|
S1Angle |
S2Cap.angle() |
static S1Angle |
S1Angle.degrees(double degrees) |
static S1Angle |
S1Angle.e5(long e5) |
static S1Angle |
S1Angle.e6(long e6) |
static S1Angle |
S1Angle.e7(long e7) |
S1Angle |
S2Polyline.getArclengthAngle() |
S1Angle |
S2LatLng.getDistance(S2LatLng o) |
S1Angle |
S2LatLngRect.getDistance(S2LatLng p) |
S1Angle |
S2LatLngRect.getDistance(S2LatLngRect other) |
S1Angle |
S2Loop.getDistance(S2Point p) |
S1Angle |
S2Polygon.getDistance(S2Point p) |
static S1Angle |
S2EdgeUtil.getDistance(S2Point x,
S2Point a,
S2Point b) |
static S1Angle |
S2EdgeUtil.getDistance(S2Point x,
S2Point a,
S2Point b,
S2Point aCrossB) |
S1Angle |
S2PolygonBuilder.Options.getMergeDistance() |
S1Angle |
S2LatLng.lat() |
S1Angle |
S2LatLngRect.latHi() |
static S1Angle |
S2LatLng.latitude(S2Point p) |
S1Angle |
S2LatLngRect.latLo() |
S1Angle |
S2LatLng.lng() |
S1Angle |
S2LatLngRect.lngHi() |
S1Angle |
S2LatLngRect.lngLo() |
static S1Angle |
S2LatLng.longitude(S2Point p) |
static S1Angle |
S1Angle.max(S1Angle left,
S1Angle right) |
static S1Angle |
S1Angle.min(S1Angle left,
S1Angle right) |
static S1Angle |
S1Angle.radians(double radians) |
| Modifier and Type | Method and Description |
|---|---|
int |
S1Angle.compareTo(S1Angle that) |
S2LatLngRect |
S2LatLngRect.convolveWithCap(S1Angle angle) |
static S2Polygon |
S2Polygon.destructiveUnionSloppy(List<S2Polygon> polygons,
S1Angle vertexMergeRadius) |
void |
S2CellUnion.expand(S1Angle minRadius,
int maxLevelDiff) |
static S2Cap |
S2Cap.fromAxisAngle(S2Point axis,
S1Angle angle) |
boolean |
S1Angle.greaterOrEquals(S1Angle that) |
boolean |
S1Angle.greaterThan(S1Angle that) |
void |
S2Polygon.initToIntersectionSloppy(S2Polygon a,
S2Polygon b,
S1Angle vertexMergeRadius) |
void |
S2Polygon.initToUnionSloppy(S2Polygon a,
S2Polygon b,
S1Angle vertexMergeRadius) |
boolean |
S1Angle.lessOrEquals(S1Angle that) |
boolean |
S1Angle.lessThan(S1Angle that) |
static S1Angle |
S1Angle.max(S1Angle left,
S1Angle right) |
static S1Angle |
S1Angle.min(S1Angle left,
S1Angle right) |
void |
S2PolygonBuilder.Options.setMergeDistance(S1Angle mergeDistance) |
| Constructor and Description |
|---|
S2LatLng(S1Angle lat,
S1Angle lng) |
Copyright © 2017. All rights reserved.