|
XGeoPointFromWM(Double, Double, Double) Method
|
double형의 x, y, z값(단위 : Meter) Web Mercator 좌표값을 입력 받아 XGeoPoint값을 생성하여 반환한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static XGeoPoint FromWM(
double x,
double y,
double z
)
Parameters
- x Double
- [In] 좌표의 x 성분.
- y Double
- [In] 좌표의 y 성분.
- z Double
- [In] 좌표의 z 성분.
Return Value
XGeoPoint XGeoPoint 객체.
See Also