|
XGeoPointFromEec(XVertex3d) Method
|
XVertex3d형의 EEC좌표계 값을 입력 받아 XGeoPoint값으로 변환한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static XGeoPoint FromEec(
ref XVertex3d pos
)
Parameters
- pos XVertex3d
- [In] EEC 좌표(EEC좌표에 대해서는 별도 참조 문서 확인). (각 x, y, z 성분의 단위는 Meter).
Return Value
XGeoPoint XGeoPoint 객체.
See Also