| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
H3Core.edgeLength(int res,
LengthUnit unit)
Returns the average edge length in
unit for indexes at resolution res. |
Copyright © 2019 Uber Open Source. All rights reserved.