 | NXMilmapDrawArgsGeographicToWorld Method |
위경도 좌표를 world 좌표로 변환한다.
Namespace:
Pixoneer.NXDL.NXMilmap
Assembly:
NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntaxpublic XVertex3d GeographicToWorld(
XVertex2d vGeoPos
)
Parameters
- vGeoPos
- Type: Pixoneer.NXDLXVertex2d
[In] 위경도 위치.
Return Value
Type:
XVertex3d 위경도 위치에 대한 world 위치를 반환한다.
See Also