Uses of Class
com.uber.h3core.H3CoreV3
Package | Description |
---|---|
com.uber.h3core |
-
Uses of H3CoreV3 in com.uber.h3core
Methods in com.uber.h3core that return H3CoreV3 Modifier and Type Method Description static H3CoreV3
H3CoreV3. newInstance()
Create by unpacking the H3 native library to disk and loading it.static H3CoreV3
H3CoreV3. newInstance(H3CoreLoader.OperatingSystem os, String arch)
Create by unpacking the H3 native library to disk and loading it.static H3CoreV3
H3CoreV3. newSystemInstance()
Create by using the H3 native library already installed on the system.