new KCGRS()
경위도 좌표를 KCGRS(Korea Common Grid Reference System)형식으로 변환하는 클래스이다.
Methods
(static) Geo2KCGRS(latitude, longitude) → {string}
경위도 좌표값을 KCGRS 좌표값으로 변환한다.
Parameters:
Name | Type | Description |
---|---|---|
latitude |
number | 위도 좌표값(decimal degree) |
longitude |
number | 경도 좌표값(decimal degree) |
Returns:
KCGRS 좌표값을 반환한다.
- Type
- string