Uses of Class
com.uber.h3core.AreaUnit

Packages that use AreaUnit
Package Description
com.uber.h3core  
  • Uses of AreaUnit in com.uber.h3core

    Methods in com.uber.h3core that return AreaUnit
    Modifier and Type Method Description
    static AreaUnit AreaUnit.valueOf​(String name)
    Returns the enum constant of this type with the specified name.
    static AreaUnit[] AreaUnit.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 AreaUnit
    Modifier and Type Method Description
    double H3Core.cellArea​(long h3, AreaUnit unit)
    Calculates the area of the given H3 cell.
    double H3Core.cellArea​(String h3Address, AreaUnit unit)
    Calculates the area of the given H3 cell.
    double H3CoreV3.cellArea​(long h3, AreaUnit unit)
    Calculates the area of the given H3 cell.
    double H3CoreV3.cellArea​(String h3Address, AreaUnit unit)
    Calculates the area of the given H3 cell.
    double H3Core.getHexagonAreaAvg​(int res, AreaUnit unit)
    Returns the average area in unit for indexes at resolution res.
    double H3CoreV3.hexArea​(int res, AreaUnit unit)
    Returns the average area in unit for indexes at resolution res.