 | XGeoPointFromWM Method (XVertex3d) |
XVertex3d형의 Web Mercator좌표계 값을 입력 받아 XGeoPoint값으로 변환한다.
Namespace:
Pixoneer.NXDL
Assembly:
NXDL (in NXDL.dll) Version: 1.2.817.72
Syntaxpublic static XGeoPoint FromWM(
ref XVertex3d pos
)
Parameters
- pos
- Type: Pixoneer.NXDLXVertex3d
[In] Web Mercator 좌표. (각 x, y, z 성분의 단위는 Meter).
Return Value
Type:
XGeoPoint XGeoPoint 객체.
See Also