Uses of Enum
com.uber.h3core.LengthUnit
Packages that use LengthUnit
-
Uses of LengthUnit in com.uber.h3core
Methods in com.uber.h3core that return LengthUnitModifier and TypeMethodDescriptionstatic LengthUnitReturns the enum constant of this type with the specified name.static LengthUnit[]LengthUnit.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 LengthUnitModifier and TypeMethodDescriptiondoubleH3Core.edgeLength(long edge, LengthUnit unit) Calculate the edge length of the given H3 edge.doubleH3Core.edgeLength(String edgeAddress, LengthUnit unit) Calculate the edge length of the given H3 edge.doubleH3CoreV3.edgeLength(int res, LengthUnit unit) Returns the average edge length inunitfor indexes at resolutionres.doubleH3CoreV3.exactEdgeLength(long edge, LengthUnit unit) Calculate the edge length of the given H3 edge.doubleH3CoreV3.exactEdgeLength(String edgeAddress, LengthUnit unit) Calculate the edge length of the given H3 edge.doubleH3Core.getHexagonEdgeLengthAvg(int res, LengthUnit unit) Returns the average edge length inunitfor indexes at resolutionres.doubleH3Core.greatCircleDistance(LatLng a, LatLng b, LengthUnit unit) Return the distance along the sphere between two points.doubleH3CoreV3.pointDist(LatLng a, LatLng b, LengthUnit unit) Return the distance along the sphere between two points.