public class Utmk
extends Object
UTMK 좌표를 나타내는 클래스.
-
Field Summary
Fields
final double
final double
-
Constructor Summary
Constructors
특정 위치에 대한 UTMK 좌표를 생성합니다.
위경도 좌표로 UTMK 좌표를 생성하는 생성자.
-
Method Summary
UTMK 좌표를 위경도
LatLng
객체로 반환합니다.
-
Field Details
-
x
public final double x
x 좌표
-
y
public final double y
y 좌표
-
Constructor Details
-
Utmk
위경도 좌표로 UTMK 좌표를 생성하는 생성자.
- Parameters:
latLng
- 변환할 위경도 좌표
-
Utmk
public Utmk(double x,
double y)
특정 위치에 대한 UTMK 좌표를 생성합니다.
- Parameters:
x
- x
좌표
y
- y
좌표
-
Method Details
-
toLatLng
UTMK 좌표를 위경도
LatLng
객체로 반환합니다.
-