| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
CoordIJ |
H3Core.experimentalH3ToLocalIj(long origin,
long h3)
Converts
h3 to IJ coordinates in a local coordinate space defined by
origin. |
CoordIJ |
H3Core.experimentalH3ToLocalIj(String originAddress,
String h3Address)
Converts
h3Address to IJ coordinates in a local coordinate space defined by
originAddress. |
| Modifier and Type | Method and Description |
|---|---|
long |
H3Core.experimentalLocalIjToH3(long origin,
CoordIJ ij)
Converts the IJ coordinates to an index, using a local IJ coordinate space anchored by
origin. |
String |
H3Core.experimentalLocalIjToH3(String originAddress,
CoordIJ ij)
Converts the IJ coordinates to an index, using a local IJ coordinate space anchored by
origin. |
Copyright © 2019 Uber Open Source. All rights reserved.