gis-tools-ts - v0.6.0
    Preparing search index...

    Function K_MIN_AREA

    • The minimum area of any cell at level k is at least kMinArea.getValue(k), and the maximum is at most kMaxArea.getValue(k). The average area of all cells at level k is exactly kAvgArea.getValue(k).

      Linear -> 4.0 / (3.0 * @sqrt(3.0)) (0.770) Tan -> pi * pi / (4.0 * @sqrt(2.0)) (1.745) Quadratic -> 8.0 * @sqrt(2.0) / 9.0 (1.257) [Default]

      Returns AreaMetric

      • new AreaMetric((8 * Math.sqrt(2)) / 9)