| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
GeoCoord |
H3Core.h3ToGeo(long h3)
Find the latitude, longitude (both in degrees) center point of the cell.
|
GeoCoord |
H3Core.h3ToGeo(String h3Address)
Find the latitude, longitude (degrees) center point of the cell.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeoCoord> |
H3Core.getH3UnidirectionalEdgeBoundary(long h3)
Returns a list of coordinates representing the given edge.
|
List<GeoCoord> |
H3Core.getH3UnidirectionalEdgeBoundary(String h3)
Returns a list of coordinates representing the given edge.
|
List<List<List<GeoCoord>>> |
H3Core.h3AddressSetToMultiPolygon(Collection<String> h3Addresses,
boolean geoJson)
Create polygons from a set of contiguous indexes
|
List<List<List<GeoCoord>>> |
H3Core.h3SetToMultiPolygon(Collection<Long> h3,
boolean geoJson)
Create polygons from a set of contiguous indexes
|
List<GeoCoord> |
H3Core.h3ToGeoBoundary(long h3)
Find the cell boundary in latitude, longitude (degrees) coordinates for the cell
|
List<GeoCoord> |
H3Core.h3ToGeoBoundary(String h3Address)
Find the cell boundary in latitude, longitude (degrees) coordinates for the cell
|
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
H3Core.polyfill(List<GeoCoord> points,
List<List<GeoCoord>> holes,
int res)
Finds indexes within the given geofence.
|
List<Long> |
H3Core.polyfill(List<GeoCoord> points,
List<List<GeoCoord>> holes,
int res)
Finds indexes within the given geofence.
|
List<String> |
H3Core.polyfillAddress(List<GeoCoord> points,
List<List<GeoCoord>> holes,
int res)
Finds indexes within the given geofence.
|
List<String> |
H3Core.polyfillAddress(List<GeoCoord> points,
List<List<GeoCoord>> holes,
int res)
Finds indexes within the given geofence.
|
Copyright © 2018 Uber Open Source. All rights reserved.