 | XGeoPointFromRadian Method |
double 형의 위도, 경도, 고도 값을 Radian값으로 입력 받아 XGeoPoint객체를 생성하여 반환한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic static XGeoPoint FromRadian(
double lon,
double lat,
double alt
)
Parameters
- lon
- Type: SystemDouble
[In] 경도 값. - lat
- Type: SystemDouble
[In] 위도 값. - alt
- Type: SystemDouble
[In] 고도 값 단위 : meter.
Return Value
Type:
XGeoPoint XGeoPoint 객체.
See Also