UTMKCoord
객체는 UTMK
좌표를 기본 좌표계로 사용하는 투영 객체입니다.
기존의 UTMK
투영 객체와 유사하지만, 실제 사용 좌표계는 위/경도 좌표계가 아닌 UTMK
좌표계입니다.
Extends
Methods
-
fromCoordToLatLng(utmk)
-
지정한 UTMK 좌표에 해당하는 위/경도 좌표를 반환합니다.
Parameters
Name Type Description utmk
naver.maps.Point UTMK 좌표
Returns
Type Description naver.maps.LatLng
위/경도 좌표
-
fromCoordToPoint(utmk)
-
지정한 UTMK 좌표에 해당하는 세계 좌표를 반환합니다.
Parameters
Name Type Description utmk
naver.maps.Point UTMK 좌표
Returns
Type Description naver.maps.Point
세계 좌표
-
fromLatLngToCoord(latlng)
-
지정한 위/경도 좌표에 해당하는 UTMK 좌표를 반환합니다.
Parameters
Name Type Description latlng
Coord 위/경도 좌표
Returns
Type Description naver.maps.Point
UTMK 좌표
-
fromPointToCoord(point)
-
지정한 세계 좌표에 해당하는 UTMK 좌표를 반환합니다.
Parameters
Name Type Description point
naver.maps.Point 세계 좌표
Returns
Type Description naver.maps.Point
UTMK 좌표