Uses of Class
com.uber.h3core.H3Core
Package | Description |
---|---|
com.uber.h3core |
-
Uses of H3Core in com.uber.h3core
Methods in com.uber.h3core that return H3Core Modifier and Type Method 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.