Uses of Class
com.uber.h3core.exceptions.LocalIjUndefinedException
Packages that use LocalIjUndefinedException
-
Uses of LocalIjUndefinedException in com.uber.h3core
Methods in com.uber.h3core that throw LocalIjUndefinedExceptionModifier and TypeMethodDescriptionH3Core.experimentalH3ToLocalIj(long origin, long h3) Convertsh3to IJ coordinates in a local coordinate space defined byorigin.H3Core.experimentalH3ToLocalIj(String originAddress, String h3Address) Convertsh3Addressto IJ coordinates in a local coordinate space defined byoriginAddress.longH3Core.experimentalLocalIjToH3(long origin, CoordIJ ij) Converts the IJ coordinates to an index, using a local IJ coordinate space anchored byorigin.H3Core.experimentalLocalIjToH3(String originAddress, CoordIJ ij) Converts the IJ coordinates to an index, using a local IJ coordinate space anchored byorigin.