Uses of Class
com.uber.h3core.H3CoreLoader.OperatingSystem
Package | Description |
---|---|
com.uber.h3core |
-
Uses of H3CoreLoader.OperatingSystem in com.uber.h3core
Methods in com.uber.h3core that return H3CoreLoader.OperatingSystem Modifier and Type Method Description static H3CoreLoader.OperatingSystem
H3CoreLoader.OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static H3CoreLoader.OperatingSystem[]
H3CoreLoader.OperatingSystem. 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 H3CoreLoader.OperatingSystem Modifier and Type Method Description static com.uber.h3core.NativeMethods
H3CoreLoader. loadNatives(H3CoreLoader.OperatingSystem os, String arch)
For use when the H3 library should be unpacked from the JAR and loaded.static H3Core
H3Core. newInstance(H3CoreLoader.OperatingSystem os, String arch)
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.