|
NXPlanetViewGeographicToWorld Method
|
위경도 좌표를 세계 좌표로 변환한다.
Namespace: Pixoneer.NXDL.NXPlanetAssembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntaxpublic XVertex3d GeographicToWorld(
XGeoPoint geo
)
Parameters
- geo XGeoPoint
- 지리적 위치.
Return Value
XVertex3d 세계 위치를 반환한다.
See Also