-
Methods in com.uber.h3core that return LengthUnit
Modifier and Type |
Method |
Description |
static LengthUnit |
LengthUnit.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LengthUnit[] |
LengthUnit.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Methods in com.uber.h3core with parameters of type LengthUnit
Modifier and Type |
Method |
Description |
double |
H3Core.edgeLength(long edge,
LengthUnit unit) |
Calculate the edge length of the given H3 edge.
|
double |
H3Core.edgeLength(String edgeAddress,
LengthUnit unit) |
Calculate the edge length of the given H3 edge.
|
double |
H3CoreV3.edgeLength(int res,
LengthUnit unit) |
Returns the average edge length in unit for indexes at resolution res
.
|
double |
H3CoreV3.exactEdgeLength(long edge,
LengthUnit unit) |
Calculate the edge length of the given H3 edge.
|
double |
H3CoreV3.exactEdgeLength(String edgeAddress,
LengthUnit unit) |
Calculate the edge length of the given H3 edge.
|
double |
H3Core.getHexagonEdgeLengthAvg(int res,
LengthUnit unit) |
Returns the average edge length in unit for indexes at resolution res
.
|
double |
H3Core.greatCircleDistance(LatLng a,
LatLng b,
LengthUnit unit) |
Return the distance along the sphere between two points.
|
double |
H3CoreV3.pointDist(LatLng a,
LatLng b,
LengthUnit unit) |
Return the distance along the sphere between two points.
|