| Package | Description |
|---|---|
| com.uber.h3core |
| Modifier and Type | Method and Description |
|---|---|
static H3Core |
H3Core.newInstance()
Create by unpacking the H3 native library to disk and loading it.
|
static H3Core |
H3Core.newInstance(H3CoreLoader.OperatingSystem os,
String arch)
Create by unpacking the H3 native library to disk and loading it.
|
static H3Core |
H3Core.newSystemInstance()
Create by using the H3 native library already installed on the system.
|
Copyright © 2019 Uber Open Source. All rights reserved.