Class GeoConstants


  • public class GeoConstants
    extends java.lang.Object
    지리적 상수를 모은 클래스.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int EARTH_RADIUS
      지구의 적도 반경.
    • Constructor Summary

      Constructors 
      Constructor Description
      GeoConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • EARTH_RADIUS

        public static final int EARTH_RADIUS
        지구의 적도 반경. 미터 단위.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeoConstants

        public GeoConstants()