| Modifier and Type | Method and Description |
|---|---|
static S2CellId |
S2CellId.begin(int level) |
S2CellId |
S2CellUnion.cellId(int i) |
S2CellId |
S2CellId.childBegin() |
S2CellId |
S2CellId.childBegin(int level) |
S2CellId |
S2CellId.childEnd() |
S2CellId |
S2CellId.childEnd(int level) |
static S2CellId |
S2CellId.end(int level) |
static S2CellId |
S2CellId.fromFaceIJ(int face,
int i,
int j) |
static S2CellId |
S2CellId.fromFaceIJSame(int face,
int i,
int j,
boolean sameFace) |
static S2CellId |
S2CellId.fromFacePosLevel(int face,
long pos,
int level) |
static S2CellId |
S2CellId.fromLatLng(S2LatLng ll) |
static S2CellId |
S2CellId.fromPoint(S2Point p) |
static S2CellId |
S2CellId.fromToken(String token) |
S2CellId |
S2Cell.id() |
S2CellId |
S2CellId.next() |
S2CellId |
S2CellId.nextWrap() |
static S2CellId |
S2CellId.none() |
S2CellId |
S2CellId.parent() |
S2CellId |
S2CellId.parent(int level) |
S2CellId |
S2CellId.prev() |
S2CellId |
S2CellId.prevWrap() |
S2CellId |
S2CellId.rangeMax() |
S2CellId |
S2CellId.rangeMin() |
static S2CellId |
S2CellId.sentinel() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<S2CellId> |
S2CellUnion.cellIds() |
Iterator<S2CellId> |
S2CellUnion.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
S2CellId.compareTo(S2CellId that) |
boolean |
S2CellId.contains(S2CellId other) |
boolean |
S2CellUnion.contains(S2CellId id) |
void |
S2CellId.getEdgeNeighbors(S2CellId[] neighbors) |
void |
S2CellUnion.getIntersection(S2CellUnion x,
S2CellId id) |
boolean |
S2CellId.greaterOrEquals(S2CellId x) |
boolean |
S2CellId.greaterThan(S2CellId x) |
boolean |
S2CellId.intersects(S2CellId other) |
boolean |
S2CellUnion.intersects(S2CellId id) |
boolean |
S2CellId.lessOrEquals(S2CellId x) |
boolean |
S2CellId.lessThan(S2CellId x) |
| Modifier and Type | Method and Description |
|---|---|
void |
S2CellUnion.denormalize(int minLevel,
int levelMod,
ArrayList<S2CellId> output) |
void |
S2CellId.getAllNeighbors(int nbrLevel,
List<S2CellId> output) |
void |
S2RegionCoverer.getCovering(S2Region region,
ArrayList<S2CellId> covering) |
void |
S2RegionCoverer.getInteriorCovering(S2Region region,
ArrayList<S2CellId> interior) |
static void |
S2RegionCoverer.getSimpleCovering(S2Region region,
S2Point start,
int level,
ArrayList<S2CellId> output) |
void |
S2CellId.getVertexNeighbors(int level,
List<S2CellId> output) |
void |
S2CellUnion.initFromCellIds(ArrayList<S2CellId> cellIds) |
void |
S2CellUnion.initRawCellIds(ArrayList<S2CellId> cellIds) |
void |
S2CellUnion.initRawSwap(ArrayList<S2CellId> cellIds) |
void |
S2CellUnion.initSwap(ArrayList<S2CellId> cellIds) |
| Constructor and Description |
|---|
S2Cell(S2CellId id) |
Copyright © 2017. All rights reserved.