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