Class DefaultThresholdStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getThreshold​(int zoom)
      생성자로 지정된 threshold를 반환합니다.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultThresholdStrategy

        public DefaultThresholdStrategy​(double threshold)
        생성자.
        Parameters:
        threshold - 기준 거리.
    • Method Detail

      • getThreshold

        @WorkerThread
        public double getThreshold​(int zoom)
        생성자로 지정된 threshold를 반환합니다.
        Specified by:
        getThreshold in interface ThresholdStrategy
        Parameters:
        zoom - 기준 거리를 구할 줌 레벨.
        Returns:
        클러스터링할 기준 거리.