| Modifier and Type | Method and Description |
|---|---|
S1Interval |
S1Interval.addPoint(double p) |
S1Interval |
S1Interval.complement() |
static S1Interval |
S1Interval.empty() |
S1Interval |
S1Interval.expanded(double radius) |
static S1Interval |
S1Interval.fromPoint(double p) |
static S1Interval |
S1Interval.fromPointPair(double p1,
double p2) |
static S1Interval |
S1Interval.full() |
static S1Interval |
S2LatLngRect.fullLng() |
S1Interval |
S1Interval.intersection(S1Interval y) |
S1Interval |
S2LatLngRect.lng() |
S1Interval |
S1Interval.union(S1Interval y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
S1Interval.approxEquals(S1Interval y) |
boolean |
S1Interval.approxEquals(S1Interval y,
double maxError) |
boolean |
S1Interval.contains(S1Interval y) |
boolean |
S1Interval.interiorContains(S1Interval y) |
boolean |
S1Interval.interiorIntersects(S1Interval y) |
S1Interval |
S1Interval.intersection(S1Interval y) |
boolean |
S1Interval.intersects(S1Interval y) |
S1Interval |
S1Interval.union(S1Interval y) |
| Constructor and Description |
|---|
LongitudePruner(S1Interval interval,
S2Point v0) |
S1Interval(S1Interval interval) |
S2LatLngRect(R1Interval lat,
S1Interval lng) |
Copyright © 2017. All rights reserved.