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